The best way to make and update a Multinomial distribution?
Clash Royale CLAN TAG#URR8PPP
up vote
0
down vote
favorite
I want to fit a distribution to a set of data I have. My questions are:
How can I know the best distribution that can be fitted. The expectation is that the final distribution be a Binomial or a Multinomial distribution. (is it good to use kernel density estimation?)
What is the best way to update the created distribution when a new data arrives?
Thank you!
probability probability-distributions binomial-distribution density-function
add a comment |Â
up vote
0
down vote
favorite
I want to fit a distribution to a set of data I have. My questions are:
How can I know the best distribution that can be fitted. The expectation is that the final distribution be a Binomial or a Multinomial distribution. (is it good to use kernel density estimation?)
What is the best way to update the created distribution when a new data arrives?
Thank you!
probability probability-distributions binomial-distribution density-function
add a comment |Â
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I want to fit a distribution to a set of data I have. My questions are:
How can I know the best distribution that can be fitted. The expectation is that the final distribution be a Binomial or a Multinomial distribution. (is it good to use kernel density estimation?)
What is the best way to update the created distribution when a new data arrives?
Thank you!
probability probability-distributions binomial-distribution density-function
I want to fit a distribution to a set of data I have. My questions are:
How can I know the best distribution that can be fitted. The expectation is that the final distribution be a Binomial or a Multinomial distribution. (is it good to use kernel density estimation?)
What is the best way to update the created distribution when a new data arrives?
Thank you!
probability probability-distributions binomial-distribution density-function
asked Jul 30 at 11:11
Han
134
134
add a comment |Â
add a comment |Â
1 Answer
1
active
oldest
votes
up vote
0
down vote
accepted
Let me try to answer your questions.
- How can I know the best distribution that can be fitted. The expectation is that the final distribution be a Binomial or a Multinomial distribution. (is it good to use kernel density estimation?)
First it is a very hard question to assess which distribution best fits data if we do not know anything about it, especially since there are so many different shapes of distributions out there. Now if we focus on the binomial and multinomial distributions, we could try fitting this to the data. So we estimate the parameters of these distributions according to the data. This could for instance be done by maximum likelihood estimation.
A way to test whether this fit is a good one is to make a qq-plot to visualize if the quantiles match. Another thing to look at is hypothesis testing. Think of the Kolmogorov-Smirnov test as a way to test whether the fitted distribution matches the emprical data. We can choose a confidence level and accept or reject the proposed distribution based on this.
- What is the best way to update the created distribution when a new data arrives?
If you are doing this you are basically using Bayesian statistics. Using this if we describe a prior distribution we can update our distribution using the new data. If you are unfamiliar with this I recommend searching on Wikipedia.
add a comment |Â
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
0
down vote
accepted
Let me try to answer your questions.
- How can I know the best distribution that can be fitted. The expectation is that the final distribution be a Binomial or a Multinomial distribution. (is it good to use kernel density estimation?)
First it is a very hard question to assess which distribution best fits data if we do not know anything about it, especially since there are so many different shapes of distributions out there. Now if we focus on the binomial and multinomial distributions, we could try fitting this to the data. So we estimate the parameters of these distributions according to the data. This could for instance be done by maximum likelihood estimation.
A way to test whether this fit is a good one is to make a qq-plot to visualize if the quantiles match. Another thing to look at is hypothesis testing. Think of the Kolmogorov-Smirnov test as a way to test whether the fitted distribution matches the emprical data. We can choose a confidence level and accept or reject the proposed distribution based on this.
- What is the best way to update the created distribution when a new data arrives?
If you are doing this you are basically using Bayesian statistics. Using this if we describe a prior distribution we can update our distribution using the new data. If you are unfamiliar with this I recommend searching on Wikipedia.
add a comment |Â
up vote
0
down vote
accepted
Let me try to answer your questions.
- How can I know the best distribution that can be fitted. The expectation is that the final distribution be a Binomial or a Multinomial distribution. (is it good to use kernel density estimation?)
First it is a very hard question to assess which distribution best fits data if we do not know anything about it, especially since there are so many different shapes of distributions out there. Now if we focus on the binomial and multinomial distributions, we could try fitting this to the data. So we estimate the parameters of these distributions according to the data. This could for instance be done by maximum likelihood estimation.
A way to test whether this fit is a good one is to make a qq-plot to visualize if the quantiles match. Another thing to look at is hypothesis testing. Think of the Kolmogorov-Smirnov test as a way to test whether the fitted distribution matches the emprical data. We can choose a confidence level and accept or reject the proposed distribution based on this.
- What is the best way to update the created distribution when a new data arrives?
If you are doing this you are basically using Bayesian statistics. Using this if we describe a prior distribution we can update our distribution using the new data. If you are unfamiliar with this I recommend searching on Wikipedia.
add a comment |Â
up vote
0
down vote
accepted
up vote
0
down vote
accepted
Let me try to answer your questions.
- How can I know the best distribution that can be fitted. The expectation is that the final distribution be a Binomial or a Multinomial distribution. (is it good to use kernel density estimation?)
First it is a very hard question to assess which distribution best fits data if we do not know anything about it, especially since there are so many different shapes of distributions out there. Now if we focus on the binomial and multinomial distributions, we could try fitting this to the data. So we estimate the parameters of these distributions according to the data. This could for instance be done by maximum likelihood estimation.
A way to test whether this fit is a good one is to make a qq-plot to visualize if the quantiles match. Another thing to look at is hypothesis testing. Think of the Kolmogorov-Smirnov test as a way to test whether the fitted distribution matches the emprical data. We can choose a confidence level and accept or reject the proposed distribution based on this.
- What is the best way to update the created distribution when a new data arrives?
If you are doing this you are basically using Bayesian statistics. Using this if we describe a prior distribution we can update our distribution using the new data. If you are unfamiliar with this I recommend searching on Wikipedia.
Let me try to answer your questions.
- How can I know the best distribution that can be fitted. The expectation is that the final distribution be a Binomial or a Multinomial distribution. (is it good to use kernel density estimation?)
First it is a very hard question to assess which distribution best fits data if we do not know anything about it, especially since there are so many different shapes of distributions out there. Now if we focus on the binomial and multinomial distributions, we could try fitting this to the data. So we estimate the parameters of these distributions according to the data. This could for instance be done by maximum likelihood estimation.
A way to test whether this fit is a good one is to make a qq-plot to visualize if the quantiles match. Another thing to look at is hypothesis testing. Think of the Kolmogorov-Smirnov test as a way to test whether the fitted distribution matches the emprical data. We can choose a confidence level and accept or reject the proposed distribution based on this.
- What is the best way to update the created distribution when a new data arrives?
If you are doing this you are basically using Bayesian statistics. Using this if we describe a prior distribution we can update our distribution using the new data. If you are unfamiliar with this I recommend searching on Wikipedia.
answered Jul 30 at 11:39
Jan
617414
617414
add a comment |Â
add a comment |Â
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f2866893%2fthe-best-way-to-make-and-update-a-multinomial-distribution%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password