params_mle: params_mle

Description Usage Arguments Value Examples

Description

Fit data to a Guassian distribution with Maximum Likelihood Estimation (MLE)

Usage

1

Arguments

data,

DATAFRAME, ARRAY, LISTS or VECTORS where data for each continous variable is in its respective column/list

Value

DATAFRAME where the first row contains the estimated means and the second row contains the estimated variance, and the columns present the original variables in the data

Examples

1
2
iris_data <- data.frame("length" = c(1,2,3,4), "width" = c(5,6,7,8))
params_mle(iris_data)

UBC-MDS/noRmtest documentation built on May 7, 2019, 7:14 p.m.