Julia Programming Language
Range (statistics)
Specific Domains
Statistics
function
mcabbott
January 6, 2023, 12:34am
24
One answer is
#45581
. Which seems to be 3-4x faster than the functions above.
3 Likes
min(NaN,5) = NaN (why no @fastmath?)
min(NaN,5) = NaN (why no @fastmath?)
show post in topic
Related topics
Topic
Replies
Views
Activity
Perf improvement suggestion for simple extrema
Performance
proposal
4
660
February 18, 2020
Mediand, std, var to accept function as first argument
General Usage
statistics
15
1569
January 19, 2018
Branching in loop decrease perf by ~x5
Performance
6
795
December 13, 2020
How to unpack result from extrema function
General Usage
2
606
January 16, 2018
Constructing a function of functions on the fly - approaches and best practices?
New to Julia
8
1753
June 1, 2017