USArmy-Corps-of-Engineers-RMC / Numerics

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.
Other
21 stars 2 forks source link

PowerFunction - Default Constructor Comment #34

Closed sadie-niblett closed 4 months ago

sadie-niblett commented 4 months ago

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?

HadenSmith commented 4 months ago

Good catch. I just changed the text to say 1.5.