Learn R Programming

MOM (version 0.1.0)

Estimation and Testing of Hypothesis

Description

A collection of functions to do some statistical inferences. On estimation, it has the function to get the method of moments estimates, the sampling interval. In terms of testing it has function of doing most powerful test.

Copy Link

Version

Install

install.packages('MOM')

Monthly Downloads

132

Version

0.1.0

License

MIT + file LICENSE

Maintainer

Produymna Ghose Majumdar

Last Published

August 19th, 2025

Functions in MOM (0.1.0)

geom_est

Method of Moments Estimation of Negative Binomial distribution
beta_est

Method of Moments Estimation of Beta distribution
binom_est

Method of Moments Estimation of Binomial distribution
momint

A object structure of class momint
lnorm_est

Method of Moments Estimation of Log-Normal distribution
exp_est

Method of Moments Estimation of Exponential Distribution
gamma_est

Method of Moments Estimation of Gamma distribution
chisq_est

Method of Moments Estimation of Chi-Square distribution
momtest

A structure of class momtest
logarithmic_est

Method of Moments Estimation of Logarithmic distribution
pois_est

Method of Moments Estimation of Poisson distribution
sim_sam_int

Simulated confidence interval of a statistic
nbinom_est

Method of Moments Estimation of Negative Binomial distribution
norm_est

Method of Moments Estimation of Normal distribution
sim_mp_test

Most Powerful Test by Neyman-Pearson Lemma