package
0.0.0-20211112035917-730c61671291
Repository: https://github.com/caict-benchmark/bdc-ts.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
No description provided by the author
MakeUsablePoint allocates a new Point ready for use by a Simulator.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Seed uses the provided seed value to initialize the generator to a deterministic state.
No description provided by the author
No description provided by the author
No description provided by the author

# Constants

No description provided by the author
DateTimeStdFormat the standard string format for date time.
No description provided by the author
No description provided by the author
KeyValuePairDelimeter is the delimeter of key value.
SerieskeyDelimeter is the delimeter of series key.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Variables

No description provided by the author
Use case choices:.

# Structs

ClampedRandomWalkDistribution is a stateful random walk, with minimum and maximum bounds.
No description provided by the author
MonotonicRandomWalkDistribution is a stateful random walk that only increases.
MonotonicUpDownRandomWalkDistribution is a stateful random walk that continually increases and decreases.
MultiFieldsJSONPoint defines the data structure of AliTSDB mput interface.
NormalDistribution models a normal distribution.
Point wraps a single data point.
RandomWalkDistribution is a stateful random walk.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
SortedTagKeys saves the sorted tagkeys (alphabet order) and an array with original key indexes in the same order of sorted tagkeys.
TwoStateDistribution randomly chooses state from two values.
UniformDistribution models a uniform distribution.

# Interfaces

Distribution provides an interface to model a statistical distribution.
No description provided by the author
SimulatedMeasurement simulates one measurement (e.g.
Simulator simulates a use case.