.determine_start_values {gkwreg} | R Documentation |
Determine initial parameter values
Description
Determine initial parameter values
Usage
.determine_start_values(data, start, fixed, family, use_moments, silent)
Arguments
data |
Numeric vector with values in the (0, 1) interval. |
start |
Optional list with initial parameter values. |
fixed |
Optional list of parameters to be held fixed. |
family |
Character string specifying the distribution family. |
use_moments |
Logical; if TRUE, uses method of moments for initial values. |
silent |
Logical; if TRUE, suppresses messages. |
Value
List with initial parameter values.
[Package gkwreg version 1.0.10 Index]