initial0: Initialisation

View source: R/cnm.R

initial0R Documentation

Initialisation

Description

The functions examines whether the initial values are proper. If not, proper ones are provided, by employing the function "initial" provided by the class.

Usage

initial0(x, init = NULL, kmax = NULL)

Arguments

x

an object of a class for data.

init

a list with initial values for beta and mix (as in the output of initial)

kmax

the maximum allowed number of support points used.

Value

beta

an initialized value of beta

mix

an initialised or updated object of class disc for the mixing distribution.

Author(s)

Yong Wang <yongwang@auckland.ac.nz>


nspmix documentation built on June 8, 2025, 12:29 p.m.

Related to initial0 in nspmix...