CDGRNs

Documentation for CDGRNs.

CDGRNs.aicMethod
aic(model[, X, y])

Akaike information criterion of a mixture model.

Returns Akaike information criterion values. If X, y are not given, AIC is evaluated by training data.

CDGRNs.bicMethod
bic(model[, X, y])

Bayesian information criterion of a mixture model.

Returns Bayesian information criterion values. If X, y are not given, BIC is evaluated by training data.

CDGRNs.membershipMethod
membership(model::GMR[, k_component], X)

Return the probability of membership for an observation.

CDGRNs.nllMethod
nll(model, X, y)

Negative log likelihood for a model.

Returns negative log likelihood for a linear regression model, which are evaluated by data.