
Last chance! 50% off unlimited learning
Sale ends in
fctgeneral(Data, Law = c("exp", "GAmma", "chisq", "Beta", "fisher",
"student", "weibull", "Normlog", "Norm"))
Distributions
(R >= 2.12.1)F[i]= (1/n)*Sum(V[i])
with V[i]= 1 if x[i] <= x="" else="" v[i]="0.
And ajusted with the Distribution c("pexp","pgamma","pchisq",
"pbeta","pf","pt","pweibull","plnorm","pnorm")
hist_general
Histograms Methods,Kern_general
Kernel Methods.## Example
## X <- rgamma(100,1,4)
## par(mfrow=c(2,2))
## fctgeneral(Data=X,Law=("exp"))
## fctgeneral(Data=X,Law=("GAmma"))
## fctgeneral(Data=X,Law=("weibull"))
## fctgeneral(Data=X,Law=("Normlog"))
Run the code above in your browser using DataLab