pydit.statistics.simulation.SimulationLognormal¶
- class pydit.statistics.simulation.SimulationLognormal(mean=None, std_dev=None, lower_bound=None, upper_bound=None, probability=None, seed=None)[source]¶
Bases:
SimulationGenerates lognormal distribution with the lower and upper bound provided
Methods
generate simulation, by default uses normal distribution
plot the histogram of the samples
plot the histogram of the samples in log scale
returns a dictionary with all the statistics
- generate(size=1, random_series=None)[source]¶
generate simulation, by default uses normal distribution
- plot(bins=100)¶
plot the histogram of the samples
- plot_log_scale()¶
plot the histogram of the samples in log scale
- statistics()¶
returns a dictionary with all the statistics