I have a one dimensional array of the following type:
5001-element Array{Union{Float64, Missings.Missing},1}
I want to convert it into a pure Float64 array to be able to process it with the function Statsbase.crosscor . How can I achieve that?
Missing values should be replaced with NaN.
Thanks for your replies!