Dear all,
I have started working in more detail with Oracle and would like some pointers on data summarisation. I have two tables, a rate based table that holds hourly data. The second table is to hold the summarised data. In the rate table there are many entries for multiple sources. Each source will have a 24 entries, one per hour and there can be up to 300 sources of this information. Each source is uniquely identifed together with it's data.
I want to be able to summarise with the following metrics
min value
max value
median value
90 % quartile
10 % quartile
I know there are statistical functions within Oracle which can provide these calculations.
Can someone give me a starter to summarise this data.
Thanks
Alf
I have started working in more detail with Oracle and would like some pointers on data summarisation. I have two tables, a rate based table that holds hourly data. The second table is to hold the summarised data. In the rate table there are many entries for multiple sources. Each source will have a 24 entries, one per hour and there can be up to 300 sources of this information. Each source is uniquely identifed together with it's data.
I want to be able to summarise with the following metrics
min value
max value
median value
90 % quartile
10 % quartile
I know there are statistical functions within Oracle which can provide these calculations.
Can someone give me a starter to summarise this data.
Thanks
Alf