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

View source: R/F_estNormal.R

estNormalR 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 = 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


CenterForStatistics-UGent/rransi documentation built on Nov. 13, 2023, 2:07 a.m.