nuget server logo nuget api documents
↑

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

Exponential

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

exponential growth / decay: Amp * e^(alpha (x - Center) / Scale) + Offset.

00 Remarks

With a positive Exponential.Rate it models unbounded population growth, radioactive decay or chemical concentration; with a negative rate it decays.

01 Syntax

Microsoft.VisualBasic.Math.SignalProcessing.Source.Generators.Exponential

02 Properties

NameOverloadsSummary
Rate 1 the growth / decay rate (alpha).

03 Members

property Rate #
Rate

the growth / decay rate (alpha).