Defines a few bells and whistles that are used throughout ElecNetKit
and might be useful in potential applications.
Classes
Class | Description | |
---|---|---|
![]() | Limits | |
![]() | NormalDist |
A Normal Distribution. Generates normally-distributed random data from
a mean and a standard deviation.
|
![]() | TwinKeyDictionary TKeyX, TKeyY, TValue |
A Twin-Key dictionary, useful for working with tables of data, such as
sensitivities. Can index by either key or both. Could also be interpreted
as a sparse matrix with flexible types for the rows and cols.
|