estNormal {reconsi}R Documentation

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

Description

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

Usage

estNormal(y, w = NULL, p)

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


[Package reconsi version 1.0.0 Index]