plBellShape
on
![]() |
![]() |
![]() |
(3.8) |
where
![]() |
(3.9) |
plBellShape
kernel on
The construction of the plBellShape
kernel is given by
plBellShape Px(X,0,8.1);
The output of the plBellShape
shows as follows:
X = {x} with x in [-30,-29,...,30] P(x) = plBellShape(x,0,8.1) Generating 5 random values draw # 0 = { x=9 } draw # 1 = { x=-3 } draw # 2 = { x=5 } draw # 3 = { x=5 } draw # 4 = { x=-6 } Generating 5 best values best # 0 = { x=0 } best # 1 = { x=0 } best # 2 = { x=0 } best # 3 = { x=0 } best # 4 = { x=0 } Examples of compute compute({ x=0 } )= 0.0492291 compute({ x=-30 } )= 5.2155e-05 compute({ x=29 } )= 8.17183e-05 compute({ x=30 } )= 5.2155e-05
Notice that in contrast with plNormal
the compute
function is defined for all value on
(e.g. on
{ x=30 }
).