R/naim.R

#' naim
#'
#' Numerical analysis iterative methods for maximum likelihood estimates.
#'
#' Provides alternative procedures for computing maximum likelihood estimates when closed form solutions are unattainable. Current version contains specific implementations of the Newton-Raphson method and the EM algorithm.
#'
#' @docType package
#' @name naim
NULL
dchiu911/naim documentation built on May 15, 2019, 1:48 a.m.