Nuprl Definition : expectation

E(n;F) ==  expectation,n,F. if (n =z 0) then null else weighted-sum(p;λx.(expectation (n 1) rv-shift(x;F))) fi )\000C F



Definitions occuring in Statement :  rv-shift: rv-shift(x;X) null-seq: null weighted-sum: weighted-sum(p;F) ifthenelse: if then else fi  eq_int: (i =z j) ycomb: Y apply: a lambda: λx.A[x] subtract: m natural_number: $n
Definitions :  ycomb: Y ifthenelse: if then else fi  eq_int: (i =z j) null-seq: null weighted-sum: weighted-sum(p;F) lambda: λx.A[x] apply: a subtract: m natural_number: $n rv-shift: rv-shift(x;X)
FDL editor aliases :  expectation
E(n;F)  ==
    Y 
    (\mlambda{}expectation,n,F.  if  (n  =\msubz{}  0)
                                        then  F  null
                                        else  weighted-sum(p;\mlambda{}x.(expectation  (n  -  1)  rv-shift(x;F)))
                                        fi  ) 
    n 
    F



Date html generated: 2015_07_17-AM-07_58_51
Last ObjectModification: 2008_02_27-PM-05_48_32

Home Index