Enum yata::helpers::MAInstance[][src]

#[non_exhaustive]
pub enum MAInstance {
Show 15 variants SMA(SMA), WMA(WMA), HMA(HMA), RMA(RMA), EMA(EMA), DMA(DMA), DEMA(DEMA), TMA(TMA), TEMA(TEMA), WSMA(WSMA), SMM(SMM), SWMA(SWMA), TRIMA(TRIMA), LinReg(LinReg), Vidya(Vidya),
}
Expand description

Default moving average instance for constructor

Variants (Non-exhaustive)

This enum is marked as non-exhaustive
Non-exhaustive enums could have additional variants added in future. Therefore, when matching against variants of non-exhaustive enums, an extra wildcard arm must be added to account for any future variants.

SMA(SMA)

Tuple Fields

0: SMA

WMA(WMA)

Tuple Fields

0: WMA

HMA(HMA)

Tuple Fields

0: HMA

RMA(RMA)

Tuple Fields

0: RMA

EMA(EMA)

Tuple Fields

0: EMA

DMA(DMA)

Tuple Fields

0: DMA

DEMA(DEMA)

Tuple Fields

0: DEMA

TMA(TMA)

Tuple Fields

0: TMA

TEMA(TEMA)

Tuple Fields

0: TEMA

WSMA(WSMA)

Tuple Fields

0: WSMA

SMM(SMM)

Tuple Fields

0: SMM

SWMA(SWMA)

Tuple Fields

0: SWMA

TRIMA(TRIMA)

Tuple Fields

0: TRIMA

LinReg(LinReg)

Tuple Fields

0: LinReg

Vidya(Vidya)

Tuple Fields

0: Vidya

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Deserialize this value from the given Serde deserializer. Read more

Input value type

Output value type

Method parameters

Static method for creating an instance of the method with given parameters and initial value (simply first input value)

Generates next output value based on the given input value

Returns a name of the method

👎 Deprecated

Returns memory size of the method (size, align)

Iterates the Method over the given inputs slice and returns Vec of output values. Read more

Applies method to the sequence in-place.

Creates new Method instance and iterates it over the given inputs slice and returns Vec of output values. Read more

Creates new Method instance and applies it to the sequence.

Creates a function from the Method instance

Creates new function based on the method

Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.