View source: R/07_choose_copula.R
choose_copula | R Documentation |
Estimation of the extra parameter of the NSM copula in the fit of the BCNSM distribution via profile log-likelihood.
choose_copula(
object,
grid,
copula,
trace = TRUE,
plot = TRUE,
control = control_fit(...),
...
)
object |
an |
grid |
grid of values that will be used to evaluate the profiled log-likelihood function.
If the tweaks are not computationally intensive, we suggest |
copula |
character; informs which normal scale mixture distribution
should be used to generate the NSM copula. Currently,
the copulas available are: Gaussian ( |
trace |
logical; if |
plot |
logical; if |
control |
a list of control arguments specified via |
... |
further arguments passed to |
An object of class "choose_copula"
. More specifically, it returns a list in which
each element consists of the fit of the BCNSM distribution with each value of the extra
parameter specified in grid
.
Rodrigo M. R. de Medeiros <rodrigo.matheus@live.com>
Vanegas, L. H., and Paula, G. A. (2016). Log-symmetric distributions: statistical properties and parameter estimation. *Brazilian Journal of Probability and Statistics*, 30, 196-220.
Ferrari, S. L. P., and Fumes, G. (2017). Box-Cox symmetric distributions and applications to nutritional data. *AStA Advances in Statistical Analysis*, 101, 321-344.
Medeiros, R. M. R. de, and Ferrari, S. L. P. (2023). Multivariate Box-Cox symmetric distributions generated by a normal scale mixture copula.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.