Description Usage Arguments Details Value Note Author(s) References See Also Examples
Compute the minus of chi-square pseoudo log likelihood,based on varaince model function. \ell ({σ ^2},λ ) = ∑ \{ w_i \log (\tilde H({x_i};{σ ^2},λ )) + {z_i}/\tilde H({x_i};{σ ^2},λ ) \}
1 |
formula |
|
data |
list of data include responce, predictor or possibly predictor of variance model function (t), if not represented then the predict of nonlinear model function will be replaced in predictor variable of nonlinear variance model function that is Var(\varepsilon)=σ^2 H(f(θ),τ) |
start |
list of parameter values of variance model function (τ in H(t,τ)), initial value or increament during optimization procedure. |
theta |
list of model function parameter (θ in f(x,θ)). |
varmodel |
|
... |
extra argument might pass to nonlinear regression or heteroscedastic functions. |
For estimating variance model parameter τ, chi-square pseudo chi square is used as classic estimate. Based on calculating the sample variances.
list od los function values:
value |
value of minus loglikelihood of chi-square, include attribute "gradient"" and "hessian". These values use in optimization functions. |
angvec |
angular vector for checking the convergence. |
angmat |
angular matrix for checking convergence in optimization procedure. |
refvar |
refvar, sample variance ∑(wi * z) \over ∑(wi) |
fmod |
computed function model f(x,θ), include response, predictor and their gradient and hessian depends on the defined form of nonlinear function model. |
varcomp |
computed variance function model H(t,τ), include response or predictor and their gradient and hessian depends on the defined form of nonlinear function model. |
vcmdata |
list of data used in variance model function, that is varmodel$independent and varmodel$dependent typically is zi. |
sourcefnc |
source function from which this function is called. May be used in feature computing such as outlier detection measures. |
zi |
computed sample variance, which follows the chi-square distribution. |
This is used for classic estimates, for robust estimates see loss.robchis
This is implemented for internal use, might not be called directly by user.
Bunke, O., Droge, B., Polzehl
Bunke, O., Droge, B., Polzehl, J. Splus tools for model selection in nonlinear regression (1998) Computational Statistics, 13 (2), pp. 257-281.
1 2 | ## The function is currently defined as
"loss.chis"
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.