gofcens
object.print.gofcens.Rd
Printing method for gofcens
object.
An object of class gofcens
.
Logical to indicate if the values of the Kolmogovor-Smirnov, Cramér-von Mises,
and Anderson-Darling test statistics along with the p-values should be printed.
Default is TRUE
.
Indicator of how the output will be displayed. The possible formats are list
and table
.
Integer indicating the number of decimal places of the numeric results of the output.
Logical to indicate if the AIC of the model should be printed. Default is TRUE
Logical to indicate if the BIC of the model should be printed. Default is TRUE
Logical to indicate if the number of bootstrap samples used should be printed. Default is FALSE
Additional arguments.
If prnt = TRUE
, a list or table (if outp = "table"
) containing the following components:
Distribution
Null distribution.
Hypothesis
Parameters under the null hypothesis (if params0
is provided).
Test
Vector containing the values of the Kolmogovor-Smirnov (KS
), Cramér-von Mises (CvM
),
and Anderson-Darling (AD
) test statistics and the estimated p-value (p-value
).
Estimates
Vector with the maximum likelihood estimates of the parameters of the distribution under study.
StdErrors
Vector containing the estimated standard errors.
aic
The Akaike information criterion.
bic
The so-called BIC or SBC (Schwarz Bayesian criterion).
BS
The number of bootstrap samples used.
The list is also returned invisibly.