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
651
February 18, 2020
Find positions of minimum and maximum values at once
General Usage
5
130
October 4, 2024
C implementation of function being ~4 times faster even absence of allocs
Performance
ccall
28
1400
March 5, 2025
Minimum and maximum for OnlineStats.OrderStats
Statistics
onlinestats
,
orderstats
,
extrema
4
156
June 20, 2025
Extrema(x,dims=1) and NaNs
General Usage
9
429
May 30, 2023