gkwgetstartvalues: Main function to estimate GKw distribution parameters using...

View source: R/RcppExports.R

gkwgetstartvaluesR Documentation

Main function to estimate GKw distribution parameters using the method of moments. This implementation is optimized for numerical stability and computational efficiency.

Description

Main function to estimate GKw distribution parameters using the method of moments. This implementation is optimized for numerical stability and computational efficiency.

Usage

gkwgetstartvalues(x, n_starts = 5L)

Arguments

x

Data vector (must be in (0,1))

n_starts

Number of starting points for optimization

Value

Vector of estimated parameters \alpha, \beta, \gamma, \delta, \lambda


gkwreg documentation built on April 16, 2025, 1:10 a.m.