Stl.Utils (ex_stl v0.1.0)

View Source

Utility functions for working with STL decompositions.

Summary

Functions

Formats date or datetime value to ISO8601 string.

Calculate the variance of a list of numbers.

Functions

iso8601(date)

Formats date or datetime value to ISO8601 string.

Parameters

  • value - A Date or DateTime value.

Returns

An ISO8601 formatted string.

var(series)

Calculate the variance of a list of numbers.

Parameters

  • series - A list of numbers.

Returns

The variance of the series.