python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Not normalized data with Fitter in Python
I am using fitter to try to fit a distribution to a set of data. My problem is that when I try to do it, the results seem to show that fitter is not normalizing the data, so no distribution will ever ...

Pablo
Votes: 0
Answers: 0
How to get the distribution of all the times in a queue?
Edit: The solution was that the serviceRate was too high for the amount of arriving trucks.
In my Anylogic model, I have a population of terminals (5) and a population of trucks (100). The trucks visi...
Ella
Votes: 0
Answers: 2
How to solve the Mass matrix error with degree of freedom and scale parameters of Student T distribution using Pymc3?
I have been working using the following codes to acquire the Bayesian Fusion of StudentT distribution.
Fusion code:
def S2_0_Bayesian_Interface(data):
#################################################...

WDpad159
Votes: 0
Answers: 0