Numerics is a free and open-source library for .NET developed by USACE-RMC, providing a comprehensive set of methods and algorithms for numerical computations and statistical analysis.
In the XML comment of the constructor with says we're constructing a new deterministic power function with α=1 and β=1 and ξ=0, but when we initialize the parameters in the constructor we set β = 1.5. Nothing is referencing this constructor, so it's not affecting anything. But what do we want to initialize beta to?
In the XML comment of the constructor with says we're constructing a new deterministic power function with α=1 and β=1 and ξ=0, but when we initialize the parameters in the constructor we set β = 1.5. Nothing is referencing this constructor, so it's not affecting anything. But what do we want to initialize beta to?