Learn R Programming

SciencesPo (version 0.11.21)

mGaussian: Maximize Gaussian

Description

This function is used for Maximizing Gaussian

Usage

mGaussian(mu, sigma2, x)

Arguments

mu
is the mean
sigma2
is the variance
x
is the state we know nothing about it.

Value

  • The value that maximize Gaussian

encoding

UTF-8

References

Udacity course in Kalman Filter

Examples

Run this code
mGaussian(10, 4, 10)

Run the code above in your browser using DataLab