-
Notifications
You must be signed in to change notification settings - Fork 192
Addition of a subroutine to compute the median of array elements #426
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
Merged
Merged
Changes from 1 commit
Commits
Show all changes
33 commits
Select commit
Hold shift + click to select a range
8dddff4
progress
jvdp1 dbc16af
median: add subroutine to compute median of elements of an array
jvdp1 5d38d82
median: mv to ord_sort + combine REAL and INTEGER procedures
jvdp1 935949e
median: mv to sort due to issue #428
jvdp1 d506f4a
median: some cleaning
jvdp1 2bc1a8b
median: remove trailing whitespaces
jvdp1 ac1a2a2
median: add check on shapes between mask and x
jvdp1 fdfd150
median: add pure statement
jvdp1 b19c537
Update src/stdlib_stats_median.fypp
jvdp1 8ed99fe
Update src/stdlib_stats_median.fypp
jvdp1 0d46361
median: update test
jvdp1 bad19f8
Merge branch 'median' of https://github.com/jvdp1/stdlib into median
jvdp1 3342c6a
median: add comments to common.fypp
jvdp1 929d5c1
Merge remote-tracking branch 'upstream/master' into median
jvdp1 7e3111e
median: replace sort to ord_sort
jvdp1 dfea79d
update specs
jvdp1 8f4a57f
modif reduce_subvector + select_subvector
jvdp1 4f43ce5
add comment regarding ord_sort
jvdp1 6644140
add comment + combined fypp loops
jvdp1 2ca833a
update hyperlinks
jvdp1 e0f68ed
add link in stdlib_stats.md
jvdp1 3eb4e4a
formatting
jvdp1 de2c419
Apply suggestions from code review
jvdp1 9bbcb74
median: reorder fypp variable
jvdp1 f17b890
median: replace _ by numbers
jvdp1 391c658
median: add in common.fypp where it is used for median case
jvdp1 afc92a2
median: add comment in test median
jvdp1 4d328dc
median: add warning about naive implementation
jvdp1 bdb47b7
median: return NaN when real array contain NaN
jvdp1 227f021
@ivan-pi suggestions from code review
jvdp1 9d38d9d
median: rename fypp RName by name
jvdp1 cbdc4ac
median: replace median_mask_all by median_all_mask
jvdp1 a13c700
Merge branch 'median' of https://github.com/jvdp1/stdlib into median
jvdp1 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
median: replace _ by numbers
- Loading branch information
commit f17b890e7d42ff192ce7af8d1730de6b672b7ed7
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.