repl.txt (393B)
1 2 {{alias}}( μ ) 3 Returns the expected value of a degenerate distribution with constant value 4 `μ`. 5 6 Parameters 7 ---------- 8 μ: number 9 Constant value of distribution. 10 11 Returns 12 ------- 13 out: number 14 Expected value. 15 16 Examples 17 -------- 18 > var v = {{alias}}( 20.0 ) 19 20.0 20 > v = {{alias}}( -10.0 ) 21 -10.0 22 23 See Also 24 -------- 25