| fit_ksc_mixture | R Documentation |
Uses EM algorithm to approximate the measurement noise density with a Gaussian mixture. For Gaussian SV, returns the pre-computed KSC (1998) 7-component table.
fit_ksc_mixture(
distribution = c("gaussian", "student_t", "ged"),
nu = NULL,
K = 7,
n_sample = 10000,
max_iter = 500,
tol = 1e-08,
seed = 42
)
distribution |
Character: |
nu |
Numeric. Shape parameter (ignored for Gaussian). |
K |
Integer. Number of mixture components. Default 7. |
n_sample |
Integer. Sample size for EM fitting. Default 10000. |
max_iter |
Integer. Maximum EM iterations. Default 500. |
tol |
Numeric. Convergence tolerance. Default 1e-8. |
seed |
Integer. Random seed. Default 42. |
List with weights, means, vars, KL_div.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.