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

TracyWidom pdf / cdf not working #41

Closed
AustenLamacraft opened this issue May 18, 2018 · 5 comments
Closed

TracyWidom pdf / cdf not working #41

AustenLamacraft opened this issue May 18, 2018 · 5 comments

Comments

@AustenLamacraft
Copy link
Contributor

cdf(TracyWidom, 0.343) throws MethodError: no method matching getindex(::Void, ::Int64) . Also seems to be behind the failing test. Looks like it might be due to breaking changes in DifferentialEquation.jl.

@dlfivefifty
Copy link
Member

@ChrisRackauckas I think you updated the ODE codes a while back

ChrisRackauckas added a commit that referenced this issue May 18, 2018
@ChrisRackauckas
Copy link
Member

That test was ran 6 months ago. You can see that:

  MethodError: no method matching getindex(::Void, ::Int64)
  Stacktrace:
   [1] (::RandomMatrices.#deq#17)(::Array{BigFloat,1}, ::Void, ::Float64) at /home/vagrant/.julia/v0.6/RandomMatrices/src/densities/TracyWidom.jl:68

it has 3 args. On master it has 4 since it was fixed by 6311d15 . Travis passes on master. Master just needs a tag.

@dlfivefifty
Copy link
Member

OK I'll tag a new release

@AustenLamacraft
Copy link
Contributor Author

Thanks! In the meantime I implemented Bonemann's method for direct calculation of the Fredholm determinant.

@alanedelman
Copy link
Contributor

I was so excited to see Bornemann's method -- that is wonderful. Does pdf work somewhere?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants