Uses of Class
microsim.statistics.functions.AbstractFunction

Packages that use AbstractFunction
  • Uses of AbstractFunction in microsim.statistics.functions

    Modifier and Type
    Class
    Description
    class 
    Deprecated, for removal: This API element is subject to removal in a future version.
    unnecessary with Stats
    class 
    Deprecated, for removal: This API element is subject to removal in a future version.
    class 
    Deprecated, for removal: This API element is subject to removal in a future version.
    use Stats
    static class 
    Deprecated, for removal: This API element is subject to removal in a future version.
    MaxFunction operating on double source values.
    static class 
    Deprecated, for removal: This API element is subject to removal in a future version.
    MaxFunction operating on float source values.
    static class 
    Deprecated, for removal: This API element is subject to removal in a future version.
    MaxFunction operating on integer source values.
    static class 
    Deprecated, for removal: This API element is subject to removal in a future version.
    MaxFunction operating on long source values.
    class 
    Deprecated, for removal: This API element is subject to removal in a future version.
    static class 
    Deprecated, for removal: This API element is subject to removal in a future version.
    An implementation of the MemorylessSeries class, which manages double type data sources.
    static class 
    Deprecated, for removal: This API element is subject to removal in a future version.
    An implementation of the MemorylessSeries class, which manages float type data sources.
    static class 
    Deprecated, for removal: This API element is subject to removal in a future version.
    An implementation of the MemorylessSeries class, which manages integer type data sources.
    static class 
    Deprecated, for removal: This API element is subject to removal in a future version.
    An implementation of the MemorylessSeries class, which manages long type data sources.
    class 
    Deprecated, for removal: This API element is subject to removal in a future version.
    use Stats
    class 
    Deprecated, for removal: This API element is subject to removal in a future version.
    use Stats
    class 
    Deprecated, for removal: This API element is subject to removal in a future version.
    use Stats
    static class 
    Deprecated, for removal: This API element is subject to removal in a future version.
    MinFunction operating on double source values.
    static class 
    Deprecated, for removal: This API element is subject to removal in a future version.
    MinFunction operating on float source values.
    static class 
    Deprecated, for removal: This API element is subject to removal in a future version.
    MinFunction operating on integer source values.
    static class 
    Deprecated, for removal: This API element is subject to removal in a future version.
    MinFunction operating on long source values.
    class 
    Deprecated, for removal: This API element is subject to removal in a future version.
    static class 
    Deprecated, for removal: This API element is subject to removal in a future version.
    An implementation of the MemorylessSeries class, which manages double type data sources.
    static class 
    Deprecated, for removal: This API element is subject to removal in a future version.
    An implementation of the MemorylessSeries class, which manages float type data sources.
    static class 
    Deprecated, for removal: This API element is subject to removal in a future version.
    An implementation of the MemorylessSeries class, which manages integer type data sources.
    static class 
    Deprecated, for removal: This API element is subject to removal in a future version.
    An implementation of the MemorylessSeries class, which manages long type data sources.
    class 
    Deprecated, for removal: This API element is subject to removal in a future version.
    use Stats
    class 
    Deprecated, for removal: This API element is subject to removal in a future version.
    class 
    Deprecated, for removal: This API element is subject to removal in a future version.
    use Stats
    class 
    Deprecated, for removal: This API element is subject to removal in a future version.
    use Stats
    static class 
    Deprecated, for removal: This API element is subject to removal in a future version.
    SumFunction operating on double source values.
    static class 
    Deprecated, for removal: This API element is subject to removal in a future version.
    SumFunction operating on float source values.
    static class 
    Deprecated, for removal: This API element is subject to removal in a future version.
    SumFunction operating on integer source values.
    static class 
    Deprecated, for removal: This API element is subject to removal in a future version.
    SumFunction operating on long source values.
  • Uses of AbstractFunction in microsim.statistics.weighted.functions

    Modifier and Type
    Class
    Description
    class 
    Deprecated, for removal: This API element is subject to removal in a future version.
    unnecessary with microsim.dev.statistics
    class 
    Deprecated, for removal: This API element is subject to removal in a future version.
    use WeightedStats instead
    class 
    Deprecated, for removal: This API element is subject to removal in a future version.
    use WeightedStats instead
    static class 
    Deprecated, for removal: This API element is subject to removal in a future version.
    SumFunction operating on weighted double source values.
    static class 
    Deprecated, for removal: This API element is subject to removal in a future version.
    SumFunction operating on weighted float source values.
    static class 
    Deprecated, for removal: This API element is subject to removal in a future version.
    SumFunction operating on weighted integer source values.
    static class 
    Deprecated, for removal: This API element is subject to removal in a future version.
    SumFunction operating on weighted long source values.