Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MathsFunction ¶
A mathematical function y=f(t,A,T). Takes amplitude, A, and period, T, as inputs and returns the value of the function at time, t.
func GetTrendFunctionFromName ¶
func GetTrendFunctionFromName(name string) (MathsFunction, error)
Returns the named trend function. Defaults to linear if name is empty.
Click to show internal directories.
Click to hide internal directories.