dips.StatisticalDistributionFilterVal module#
Generated wrapper for StatisticalDistributionFilter protobuf message.
- class dips.StatisticalDistributionFilterVal.StatisticalDistributionFilterVal(proto_message: Any | None = None)#
Bases:
objectSimple wrapper for StatisticalDistributionFilter with Pythonic getters and setters.
- property beta_distribution: bool#
Get the BetaDistribution field value.
- copy()#
Create a copy of this wrapper.
- property exponential_distribution: bool#
Get the ExponentialDistribution field value.
- classmethod from_proto(proto_message)#
Create wrapper from existing protobuf message.
- property gamma_distribution: bool#
Get the GammaDistribution field value.
- property lognormal_distribution: bool#
Get the LognormalDistribution field value.
- property normal_distribution: bool#
Get the NormalDistribution field value.
- to_proto()#
Get the underlying protobuf message.
- property triangular_distribution: bool#
Get the TriangularDistribution field value.
- property uniform_distribution: bool#
Get the UniformDistribution field value.