Find the position of the minimun value in a vector
Posted: Fri Jun 01, 2018 12:51 pm
Hello,
How I can find the position of the minimun value in a vector like this (below) ? I know that the minimun value is in the position 63 but because I have seen it in the "Descriptive Stats", but how I can extract this value maybe in a scalar? I want to compute the number of the position.
vector (91) a
for !i=10 to 100
!j=!i-9
a(!j)=ssrt_!i
next
Thanks!
How I can find the position of the minimun value in a vector like this (below) ? I know that the minimun value is in the position 63 but because I have seen it in the "Descriptive Stats", but how I can extract this value maybe in a scalar? I want to compute the number of the position.
vector (91) a
for !i=10 to 100
!j=!i-9
a(!j)=ssrt_!i
next
Thanks!