- version
Set to 1
to fit the original version of z-curve.
Defaults to 2
= the updated version of z-curve. For its settings
page go to control_density.
- model
A type of model to be fitted, defaults to "KD1"
(the only possibility)
- sig_level
An alpha level of the test statistics, defaults to
.05
- a
A beginning of fitting interval, defaults to
qnorm(sig_level/2,lower.tail = F)
- b
An end of fitting interval, defaults to 6
- K
Number of mixture components, defaults to 3
- max_iter
A maximum number of iterations for the nlminb
optimization for fitting mixture model, defaults to 150
- max_eval
A maximum number of evaluation for the nlminb
optimization for fitting mixture model, defaults to 300
- criterion
A criterion to terminate nlminb optimization,
defaults to 1e-10
- bw
A bandwidth of the kernel density estimation, defaults to "nrd0"