Re: Help: Is existing a function in NCL who calculated Brier score?

From: Dennis Shea <shea_at_nyahnyahspammersnyahnyah>
Date: Mon Nov 23 2009 - 10:57:36 MST

There can't be an explicit function for everything.

That said, the Brier score is the mean squared error of the probability
forecasts
over the verification sample. From Wikipedia

   http://en.wikipedia.org/wiki/Brier_score

    Brier_Score = SUM( (P(n)-X(n))^2 )/N

In NCL

     N = dimsizes(P)
     Brier_Score = sum( (P-X)^2 )/N

Good Luck

Mateus Teixeira wrote:
> Hi Rolande,
>
> I think that there is no such function in NCL.
>
> Mateus
>
>
> 2009/11/23 Rolande Tchouaken <tnrolande@yahoo.fr
> <mailto:tnrolande@yahoo.fr>>
>
> Good afternoon Sir,
>
> I want to know if there existing a function in NCL who calculated
> the Brier Score.
>
> thank for your comprehension.
>
>
>
> _______________________________________________
> ncl-talk mailing list
> List instructions, subscriber options, unsubscribe:
> http://mailman.ucar.edu/mailman/listinfo/ncl-talk
>
>
>
>
> --
> Mateus da Silva Teixeira
> Meteorologista
> Instituto de Pesquisas Meteorológicas - IPMet
> Universidade Estadual Paulista - UNESP
> Av. Luis Edmundo Carrijo Coube, 14-01 - Cx. Postal 281 - CEP 17033-360
> Bauru - SP - Brasil
> Fone: +55 14 3103-6030 / fax: 3203-3649
>
> Registered Linux User #466740 (http://counter.li.org/)
> ------------------------------------------------------------------------
>
> _______________________________________________
> ncl-talk mailing list
> List instructions, subscriber options, unsubscribe:
> http://mailman.ucar.edu/mailman/listinfo/ncl-talk
>

-- 
======================================================
Dennis J. Shea                  tel: 303-497-1361    |
P.O. Box 3000                   fax: 303-497-1333    |
Climate Analysis Section                             |
Climate & Global Dynamics Div.                       |
National Center for Atmospheric Research             |
Boulder, CO  80307                                   |
USA                        email: shea 'at' ucar.edu |
======================================================
_______________________________________________
ncl-talk mailing list
List instructions, subscriber options, unsubscribe:
http://mailman.ucar.edu/mailman/listinfo/ncl-talk
Received on Mon Nov 23 10:58:16 2009

This archive was generated by hypermail 2.1.8 : Mon Nov 23 2009 - 12:24:01 MST