Learn R Programming

scanstatistics (version 1.0.1)

gaussian_lambda: Compute the score for an individual Gaussian observation.

Description

Compute the score for an individual Gaussian observation.

Usage

gaussian_lambda(c, b, s2)

Arguments

c

A scalar; the observed value.

b

A scalar; the expected value.

s2

A scalar; the variance.

Value

A scalar; the score.