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

Initial round of probability distributions and statistical functions #240

Closed
Closed
Show file tree
Hide file tree
Changes from 8 commits
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
a89e084
Initial round
Jim-215-Fisher Oct 10, 2020
65192dd
initial round
Jim-215-Fisher Oct 10, 2020
16ba045
initial round
Jim-215-Fisher Oct 10, 2020
7c0d1ce
Update CMakeLists.txt
Jim-215-Fisher Oct 10, 2020
634af73
Add files via upload
Jim-215-Fisher Oct 10, 2020
2b20aa7
Add files via upload
Jim-215-Fisher Oct 14, 2020
f618aed
Add files via upload
Jim-215-Fisher Oct 14, 2020
d2f6092
Add files via upload
Jim-215-Fisher Oct 14, 2020
f7a294f
change hexadecimal into negative decimal
Jim-215-Fisher Oct 14, 2020
829bba1
Shortened the submodule name
Jim-215-Fisher Oct 18, 2020
48cbc1b
change in Makefile.manual, object name from stdlib_stats_distribution…
Jim-215-Fisher Oct 18, 2020
e5239b1
correct mistake on line 68.
Jim-215-Fisher Oct 18, 2020
5c04b24
Remove the mistake on continuation line for src
Jim-215-Fisher Oct 18, 2020
1298a08
Update doc/specs/stdlib_stats_distribution.md
Jim-215-Fisher Oct 20, 2020
452ef5b
Update doc/specs/stdlib_stats_distribution.md
Jim-215-Fisher Oct 20, 2020
4460834
Update doc/specs/stdlib_stats_distribution.md
Jim-215-Fisher Oct 20, 2020
56fe36b
Update doc/specs/stdlib_stats_distribution.md
Jim-215-Fisher Oct 20, 2020
969408f
Update doc/specs/stdlib_stats_distribution.md
Jim-215-Fisher Oct 20, 2020
31bda6e
Update doc/specs/stdlib_stats_distribution.md
Jim-215-Fisher Oct 20, 2020
ffc91b8
Update doc/specs/stdlib_stats_distribution.md
Jim-215-Fisher Oct 20, 2020
d08f203
Update doc/specs/stdlib_stats_distribution.md
Jim-215-Fisher Oct 20, 2020
a6fb136
Update doc/specs/stdlib_stats_distribution.md
Jim-215-Fisher Oct 20, 2020
ee02901
Update doc/specs/stdlib_stats_distribution.md
Jim-215-Fisher Oct 20, 2020
b3d2186
Update doc/specs/stdlib_stats_distribution.md
Jim-215-Fisher Oct 20, 2020
27d65e8
Test LaTex
Jim-215-Fisher Oct 20, 2020
5bcbf44
Test LaTex
Jim-215-Fisher Oct 20, 2020
db9766b
Test LaTex $$
Jim-215-Fisher Oct 20, 2020
9f5751c
Test LaTex \(
Jim-215-Fisher Oct 20, 2020
56cf1b1
Test LaTex \(
Jim-215-Fisher Oct 20, 2020
389535f
Add files via upload
Jim-215-Fisher Oct 20, 2020
18e927f
no change on Latex part
Jim-215-Fisher Oct 20, 2020
1d58799
Update doc/specs/index.md
Jim-215-Fisher Oct 20, 2020
52981fb
minor change
Jim-215-Fisher Oct 20, 2020
694ad8c
Update src/stdlib_stats_distribution.fypp
jvdp1 Oct 21, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions doc/specs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ This is and index/directory of the specifications (specs) for each new module/fe
- [optval](./stdlib_optval.html) - Fallback value for optional arguments
- [quadrature](./stdlib_quadrature.html) - Numerical integration
- [stats](./stdlib_stats.html) - Descriptive Statistics
- [stats](./stdlib_stats_distribution.html) - Random Distributions and Statistical Functions

## Missing specs

Expand Down
Loading