power-law trend: Amp * ((x - Center) / Scale)^alpha + Offset.
Power
00 Remarks
0 < alpha < 1 behaves like a log curve; alpha > 1 behaves like exponential growth. Extremely common in nature (fluid flow, fractals). For fractional alpha the domain is restricted to x >= Center.
01 Syntax
Microsoft.VisualBasic.Math.SignalProcessing.Source.Generators.Power
02 Properties
| Name | Overloads | Summary |
|---|---|---|
| Exponent | 1 | the exponent (alpha). |
03 Members
Exponent
the exponent (alpha).