nuget server logo nuget api documents
↑

API Docs / Microsoft.VisualBasic.Math.SignalProcessing / Power

Power

Full name Microsoft.VisualBasic.Math.SignalProcessing.Source.Generators.Power Assembly Microsoft.VisualBasic.Math.SignalProcessing Members 1

power-law trend: Amp * ((x - Center) / Scale)^alpha + Offset.

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

NameOverloadsSummary
Exponent 1 the exponent (alpha).

03 Members

property Exponent #
Exponent

the exponent (alpha).