Julia Programming Language
There is a Problem with Minimum function, can any one help me?
General Usage
JM_Beckers
September 22, 2022, 9:31am
2
It means you have a NaN in your vector. See for example
minimum([1,NaN,2])
1 Like
show post in topic
Related topics
Topic
Replies
Views
Activity
Iterate over all numeric columns in DataFrames
Data
21
4942
February 11, 2018
How to find min/max by column from a matrix with missing values?
General Usage
6
2041
April 28, 2020
Inconsistency between `findmax` and `maximum` with respect to `NaN`
General Usage
9
3108
June 15, 2017
min(NaN, 1.0) should return NaN
General Usage
question
2
730
March 17, 2017
Accessing DataFrames - is there a simpler way?
New to Julia
dataframes
11
1235
April 26, 2021