estNormal: Fast estimation of mean and standard deviation of a normal...

Description Usage Arguments Value

View source: R/F_estNormal.R

Description

Fast estimation of mean and standard deviation of a normal distrbution, optionally with weights

Usage

1
estNormal(y, w = NULL, p = length(y))

Arguments

y

vector of observations

w

optional weight vector

p

The number of features

Value

A vector of length 2 with mean and standard deviation


reconsi documentation built on Nov. 8, 2020, 5:04 p.m.

Related to estNormal in reconsi...