_decDictionary | dyscostman::StochasticEncoder< ValueType > | private |
_encDictionary | dyscostman::StochasticEncoder< ValueType > | private |
cumulative(num_t x) | dyscostman::StochasticEncoder< ValueType > | privatestatic |
Decode(symbol_t symbol) const | dyscostman::StochasticEncoder< ValueType > | inline |
Encode(ValueType value) const | dyscostman::StochasticEncoder< ValueType > | inline |
EncodeWithDithering(ValueType value, unsigned ditherValue) const | dyscostman::StochasticEncoder< ValueType > | inline |
GetDitherDistribution() | dyscostman::StochasticEncoder< ValueType > | inlinestatic |
initializeStudentT(double nu, double rms) | dyscostman::StochasticEncoder< ValueType > | private |
initializeTruncatedGaussian(double truncationValue, double rms) | dyscostman::StochasticEncoder< ValueType > | private |
invCumulative(num_t c, num_t err=num_t(1e-13)) | dyscostman::StochasticEncoder< ValueType > | privatestatic |
MaxQuantity() const | dyscostman::StochasticEncoder< ValueType > | inline |
MinQuantity() const | dyscostman::StochasticEncoder< ValueType > | inline |
num_t typedef | dyscostman::StochasticEncoder< ValueType > | private |
QuantizationCount() const | dyscostman::StochasticEncoder< ValueType > | inline |
RightBoundary(symbol_t symbol) const | dyscostman::StochasticEncoder< ValueType > | inline |
StochasticEncoder(size_t quantCount, ValueType stddev, bool gaussianMapping=true) | dyscostman::StochasticEncoder< ValueType > | |
StochasticEncoder(size_t quantCount) | dyscostman::StochasticEncoder< ValueType > | inlineexplicitprivate |
StudentTEncoder(size_t quantCount, double nu, double rms) | dyscostman::StochasticEncoder< ValueType > | inlinestatic |
symbol_t typedef | dyscostman::StochasticEncoder< ValueType > | |
TruncatedGausEncoder(size_t quantCount, double trunc, double rms) | dyscostman::StochasticEncoder< ValueType > | inlinestatic |
value_t typedef | dyscostman::StochasticEncoder< ValueType > | |