Examples: visualization, C++, networks, data cleaning, html widgets, ropensci.

Found 455 packages in 0.07 seconds

ParamHelpers — by Jakob Richter, 2 years ago

Helpers for Parameters in Black-Box Optimization, Tuning and Machine Learning

Functions for parameter descriptions and operations in black-box optimization, tuning and machine learning. Parameters can be described (type, constraints, defaults, etc.), combined to parameter sets and can in general be programmed on. A useful OptPath object (archive) to log function evaluations is also provided.

fastlogranktest — by Tim Kacprowski, 4 years ago

A Fast Way to Calculate the p-Value of One or Multiple Log-Rank-Tests

A very fast Log-Rank-Test implementation that is several orders of magnitude faster than the implementation in the 'survival' package. Log-Rank-Tests can be computed individually or concurrently using threading.

logcondiscr — by Kaspar Rufibach, 9 years ago

Estimate a Log-Concave Probability Mass Function from Discrete i.i.d. Observations

Given independent and identically distributed observations X(1), ..., X(n), allows to compute the maximum likelihood estimator (MLE) of probability mass function (pmf) under the assumption that it is log-concave, see Weyermann (2007) and Balabdaoui, Jankowski, Rufibach, and Pavlides (2012). The main functions of the package are 'logConDiscrMLE' that allows computation of the log-concave MLE, 'logConDiscrCI' that computes pointwise confidence bands for the MLE, and 'kInflatedLogConDiscr' that computes a mixture of a log-concave PMF and a point mass at k.

stelfi — by Charlotte M. Jones-Todd, a year ago

Hawkes and Log-Gaussian Cox Point Processes Using Template Model Builder

Fit Hawkes and log-Gaussian Cox process models with extensions. Introduced in Hawkes (1971) a Hawkes process is a self-exciting temporal point process where the occurrence of an event immediately increases the chance of another. We extend this to consider self-inhibiting process and a non-homogeneous background rate. A log-Gaussian Cox process is a Poisson point process where the log-intensity is given by a Gaussian random field. We extend this to a joint likelihood formulation fitting a marked log-Gaussian Cox model. In addition, the package offers functionality to fit self-exciting spatiotemporal point processes. Models are fitted via maximum likelihood using 'TMB' (Template Model Builder). Where included 1) random fields are assumed to be Gaussian and are integrated over using the Laplace approximation and 2) a stochastic partial differential equation model, introduced by Lindgren, Rue, and Lindström. (2011) , is defined for the field(s).

BSW — by Adam Bekhit, 3 years ago

Fitting a Log-Binomial Model using the Bekhit-Schöpe-Wagenpfeil (BSW) Algorithm

Implements a modified Newton-type algorithm (BSW algorithm) for solving the maximum likelihood estimation problem in fitting a log-binomial model under linear inequality constraints.

BTdecayLasso — by Yunpeng Zhou, 9 months ago

Bradley-Terry Model with Exponential Time Decayed Log-Likelihood and Adaptive Lasso

We utilize the Bradley-Terry Model to estimate the abilities of teams using paired comparison data. For dynamic approximation of current rankings, we employ the Exponential Decayed Log-likelihood function, and we also apply the Lasso penalty for variance reduction and grouping. The main algorithm applies the Augmented Lagrangian Method described by Masarotto and Varin (2012) .

YPInterimTesting — by Daewoo Pak, 5 years ago

Interim Monitoring Using Adaptively Weighted Log-Rank Test in Clinical Trials

For any spending function specified by the user, this package provides corresponding boundaries for interim testing using the adaptively weighted log-rank test developed by Yang and Prentice (2010 ). The package uses a re-sampling method to obtain stopping boundaries at the interim looks.The output consists of stopping boundaries and observed values of the test statistics at the interim looks, along with nominal p-values defined as the probability of the test exceeding the specific observed test statistic value or critical value, regardless of the test behavior at other looks. The asymptotic validity of the stopping boundaries is established in Yang (2018 ).

LOGANTree — by Qi Qin, 2 years ago

Tree-Based Models for the Analysis of Log Files from Computer-Based Assessments

Enables researchers to model log-file data from computer-based assessments using machine-learning techniques. It allows researchers to generate new knowledge by comparing the performance of three tree-based classification models (i.e., decision trees, random forest, and gradient boosting) to predict student's outcome. It also contains a set of handful functions for the analysis of the features' influence on the modeling. Data from the Climate control item from the 2012 Programme for International Student Assessment (PISA, < https://www.oecd.org/pisa/>) is available for an illustration of the package's capability. He, Q., & von Davier, M. (2015) Boehmke, B., & Greenwell, B. M. (2019) .

coxphSGD — by Marcin Kosinski, 7 years ago

Stochastic Gradient Descent log-Likelihood Estimation in Cox Proportional Hazards Model

Estimate coefficients of Cox proportional hazards model using stochastic gradient descent algorithm for batch data.

sfsmisc — by Martin Maechler, a month ago

Utilities from 'Seminar fuer Statistik' ETH Zurich

Useful utilities ['goodies'] from Seminar fuer Statistik ETH Zurich, some of which were ported from S-plus in the 1990s. For graphics, have pretty (Log-scale) axes eaxis(), an enhanced Tukey-Anscombe plot, combining histogram and boxplot, 2d-residual plots, a 'tachoPlot()', pretty arrows, etc. For robustness, have a robust F test and robust range(). For system support, notably on Linux, provides 'Sys.*()' functions with more access to system and CPU information. Finally, miscellaneous utilities such as simple efficient prime numbers, integer codes, Duplicated(), toLatex.numeric() and is.whole().