Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incorrect output from ConvolutionIID(X,n) for large values of n #1

Open
MthwRobinson opened this issue Sep 27, 2014 · 0 comments
Open
Assignees
Labels

Comments

@MthwRobinson
Copy link
Owner

When computing the following code, APPLPy produces the correct output to n= 1 ... 11. After n=12, piecewise segments on the right tail of the distribution are incorrectly computed. This may be related to the size and complexity of the integration that SymPy needs to perform for large values of n.

U=UniformRV(0,1)
n_list=range(1,15)
results=[]
for n in n_list:
UConv=ConvolutionIID(X,n)
results.append(UConv)

@MthwRobinson MthwRobinson self-assigned this Sep 27, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant