fit_mle_params: MLE fit of parameters ONLY for full MRF loglikelihood

View source: R/test_util.R

fit_mle_paramsR Documentation

MLE fit of parameters ONLY for full MRF loglikelihood

Description

Use this for bigger models where it is not possible to compute the full joint distribution

Usage

fit_mle_params(
  graph.eq,
  samples,
  parameterization.typ = "standard",
  opt.method = "L-BFGS-B",
  inference.method = infer.exact,
  state.nmes = c("1", "2"),
  num.iter = 10,
  mag.grad.tol = 0.001,
  plotQ = F
)

Arguments

XX

The XX

Details

The function will XXXX

Value

The function will XX


npetraco/CRFutil documentation built on Nov. 23, 2023, 11:30 a.m.