File:NormalizedScore.png

From formulasearchengine
Jump to navigation Jump to search

NormalizedScore.png(424 × 347 pixels, file size: 6 KB, MIME type: image/png)

This file is from Wikimedia Commons and may be used by other projects. The description on its file description page there is shown below.

Summary

Description
English: This shows Normalized proper scoring rules; Quadratic (red), Spherical (green) and logarithmic(blue)
Date
Source Own work
Author Bscan

Matlab code:

figure; hold on
q = 0.001:.001:.999;
plot(q, log2(q)+1,'b','LineWidth',2);
Q =  2*q - q.^2 - (1-q).^2;
plot(q, 2*Q-1,'r','LineWidth',2);
S = q./(sqrt(q.^2 + (1-q).^2));
plot(q, (1/(1-sqrt(2)/2))*(S-sqrt(2)/2),'g','LineWidth',2);
xlabel('Probability Assigned to True Event');
ylabel('Normalized Score');

Licensing

I, the copyright holder of this work, hereby publish it under the following license:
Creative Commons CC-Zero This file is made available under the Creative Commons CC0 1.0 Universal Public Domain Dedication.
The person who associated a work with this deed has dedicated the work to the public domain by waiving all of their rights to the work worldwide under copyright law, including all related and neighboring rights, to the extent allowed by law. You can copy, modify, distribute and perform the work, even for commercial purposes, all without asking permission.

Captions

Add a one-line explanation of what this file represents

Items portrayed in this file

depicts

13 September 2012

6,415 byte

347 pixel

424 pixel

image/png

84e75ffb4aa3765e5f3cdfa3ee986dd19296d860

File history

Click on a date/time to view the file as it appeared at that time.

Date/TimeThumbnailDimensionsUserComment
current19:28, 13 September 2012Thumbnail for version as of 19:28, 13 September 2012424 × 347 (6 KB)wikimediacommons>BscanUser created page with UploadWizard

There are no pages that use this file.