ContinuousDistributionExpectationValue Method
            Computes the expectation value of the given function.
            
Namespace: Meta.Numerics.Statistics.DistributionsAssembly: Meta.Numerics (in Meta.Numerics.dll) Version: 4.2.0+6d77d64445f7d5d91b12e331399c4362ecb25333
public virtual double ExpectationValue(
	Func<double, double> f
)
Public Overridable Function ExpectationValue ( 
	f As Func(Of Double, Double)
) As Double
public:
virtual double ExpectationValue(
	Func<double, double>^ f
)
abstract ExpectationValue : 
        f : Func<float, float> -> float 
override ExpectationValue : 
        f : Func<float, float> -> float 
- f  FuncDouble, Double
- The function.
DoubleThe expectation value of the function.