cgboxplot.pro [message #91295] |
Thu, 25 June 2015 17:23  |
siumtesfai
Messages: 62 Registered: April 2013
|
Member |
|
|
Hi All,
I am using cgboxplot.pro to identify ouliers in my data. It is nice program that I see I have ouliers in my data
Next step I would like to store my good data to an array and continue processing them.
Can anyone suggest me how I would solve my problem
Thank you in advance
Best regards
My data is two dimension wind data
wind = Array(number of days, pressure levels)
e.g wind= Array( 31, 17)
|
|
|
Re: cgboxplot.pro [message #91296 is a reply to message #91295] |
Thu, 25 June 2015 18:25  |
siumtesfai
Messages: 62 Registered: April 2013
|
Member |
|
|
On Thursday, June 25, 2015 at 8:23:10 PM UTC-4, siumt...@gmail.com wrote:
> Hi All,
>
> I am using cgboxplot.pro to identify ouliers in my data. It is nice program that I see I have ouliers in my data
>
> Next step I would like to store my good data to an array and continue processing them.
>
> Can anyone suggest me how I would solve my problem
>
> Thank you in advance
>
> Best regards
>
> My data is two dimension wind data
>
> wind = Array(number of days, pressure levels)
>
> e.g wind= Array( 31, 17)
Following up to my Question
I am using daily data . So my goal would be to make monthly mean excluding the outlier in the daily data set
I am trying if i can modify David CGboxplot.pro . I am not an expert though. I would still need help or suggestion from you guys.
Thanks
|
|
|