26 lines
393 B
Plaintext
26 lines
393 B
Plaintext
|
|
{{alias}}( μ )
|
|
Returns the expected value of a degenerate distribution with constant value
|
|
`μ`.
|
|
|
|
Parameters
|
|
----------
|
|
μ: number
|
|
Constant value of distribution.
|
|
|
|
Returns
|
|
-------
|
|
out: number
|
|
Expected value.
|
|
|
|
Examples
|
|
--------
|
|
> var v = {{alias}}( 20.0 )
|
|
20.0
|
|
> v = {{alias}}( -10.0 )
|
|
-10.0
|
|
|
|
See Also
|
|
--------
|
|
|