class SplitDistribution

Attributes

scale[R]
shape[R]

Public Class Methods

new(shape, scale) click to toggle source
# File lib/flows_distributions/split_distribution.rb, line 4
def initialize(shape, scale)
        @shape = shape
        @scale = scale
end