DistributionsPlatform class abstract

Inheritance
  • Object
  • PlatformInterface
  • DistributionsPlatform
Implementers

Constructors

DistributionsPlatform()
Constructs a DistributionsPlatform.

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

inv({required double alpha, required int df1, required int df2}) Future<double?>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
student({required double alpha, required int df}) Future<double?>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

instance DistributionsPlatform
The default instance of DistributionsPlatform to use.
getter/setter pair