yfit: WeightedFit | 加权拟合的结果 |
diff_entropy | measure similarity between two data vector via entropy difference |
solve.RK4 | solve a given ODE system |
deSolve | solve a given ODE system |
hist | Do fixed width cut bins |
gini | |
bootstrap | Non-Parametric BootstrappingSee Efron and Tibshirani (1993) for details on this function. |
loess | loess fit |
glm | Fitting Generalized Linear Modelsglm is used to fit generalized linear models, specified by giving a symbolic description of the linear predictor and a description of the error distribution. |
binomial | Family Objects for ModelsFamily objects provide a convenient way to specify the details of the models used by functions such as glm. See the documentation for glm for the details on how such model fitting takes place. |
as.lm_call | cast the list data dump from the R |
lm | Fitting Linear Modelsdo linear modelling, lm is used to fit linear models. It can be used to carry out regression, single stratum analysis of variance and analysis of covariance (although aov may provide a more convenient interface for these). |
as.formula | create a lambda function based on the |
predict | Model Predictionspredict is a generic function for predictions from the results of various model fitting functions. The function invokes particular methods which depend on the class of the first argument. |
cosine | Evaluate cos similarity of two vector the given vector x and y should be contains the elements in the same length. |
sim | Create a similarity matrix |
RamerDouglasPeucker | Ramer-Douglas-Peucker algorithm for curve fitting with a PolyLineThe Ramer-Douglas-Peucker algorithm for reducing the number of points on a curve. If there are no more than two points it does not make sense to simplify. In this case the input is returned without further checks of `x` and `y`. In particular, the input is not checked for `NA` values.
|
curve_fit | Use non-linear least squares to fit a function, f, to data.
Assumes |