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

ENH: Add PDF, CDF and parameter estimation for Stable Distributions #7374

Merged
merged 35 commits into from Jun 16, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
a912b73
Add Levy Stable Parameter Estimation using McCulloch 1986 Quantiles
bsdz May 3, 2017
aa20a38
Use numpy dstack instead of stack to remain backward compatible.
bsdz May 4, 2017
8908593
Correct styling for pep8 and pyflakes.
bsdz May 4, 2017
f1bb0ea
Separate tests. Declare quad test as slow.
bsdz May 4, 2017
2d3f9ba
Added Stable moments.
bsdz May 5, 2017
01c5425
Recommended changes for references and array broadcasting.
bsdz May 7, 2017
317a5c9
Take real part of density before interpolating (as suggested by pv).
bsdz May 7, 2017
c0a4a1b
Merge branch 'master' into master
bsdz Nov 11, 2017
f918b13
do not use TestCase. remove slow decorator
bsdz Nov 11, 2017
f982322
Merge branch 'master' of github.com:bsdz/scipy
bsdz Nov 11, 2017
a4770e0
fix merge break
bsdz Nov 11, 2017
d20c46f
move warning suppression to test file
bsdz Nov 11, 2017
257a447
Add Zolotarev method for PDF calculation using S_0 parameterization.
bsdz Dec 3, 2017
7906dd5
fix flake issues + missing cr
bsdz Dec 3, 2017
8cea10c
fix reference formatting for doctest
bsdz Dec 3, 2017
da5e0dc
Added Zolotarev CDF method.
bsdz Dec 5, 2017
1770b04
remove double spacing from test script
bsdz Dec 6, 2017
119f7e9
Merge remote-tracking branch 'upstream/master'
bsdz Mar 1, 2018
803da12
No need to override fit() with fitstart().
bsdz Mar 10, 2018
8711278
Add note that FFT not recommended MLE fitting.
bsdz Mar 11, 2018
b12b6b8
force CI rebuild by adding explicit pdf config
bsdz Mar 11, 2018
0c9593b
Update docstring to use sphinx math notation.
bsdz Apr 11, 2018
0907939
Merge branch 'master' of https://github.com/scipy/scipy
bsdz Apr 25, 2018
9d65baf
Improve accuracy a little for zolatarev method when alpha=1 and beta!=0.
bsdz Jun 11, 2018
4013128
Merge branch 'master' of https://github.com/scipy/scipy
bsdz Jun 11, 2018
910a63f
correct code style issues
bsdz Jun 11, 2018
5cff71b
Update pdf and cdf sample data from Nolan's stablec to include greater
bsdz Jun 13, 2018
5985551
correct typo in test comment
bsdz Jun 13, 2018
d539ca8
Merge branch 'master' of https://github.com/scipy/scipy
bsdz Jun 13, 2018
6db69dd
fix code style issues.
bsdz Jun 13, 2018
030feea
correct typo in1d not is1d
bsdz Jun 13, 2018
8848063
add warning when some pre calculations fails
bsdz Jun 13, 2018
edce8cc
Merge branch 'master' of https://github.com/scipy/scipy
bsdz Jun 16, 2018
47e9a9b
improve handling of quad inputs.
bsdz Jun 16, 2018
9fab9aa
call isclose to fp precision. supress known warnings in test.
bsdz Jun 16, 2018
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view