Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
EbrahimAlwajih committed Jul 2, 2024
1 parent 99eb939 commit 2643053
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Taylor Diagram

A Taylor Diagram is a graphical representation used to evaluate how well models reproduce the observed data. It displays three statistical measures: correlation coefficient, root mean square deviation (RMSD), and the standard deviation of both observed and model data. Here’s a basic guide on how to create and interpret a Taylor Diagram.
This repository contains the code for generating Taylor Diagrams to visualize the performance of various models based on multiple evaluation metrics. The Taylor Diagrams are created from a CSV file containing the observed values and model predictions.

## Features
Expand Down
3 changes: 2 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,8 @@ <h1>Taylor Diagram</h1>
</div>

<div class="container content">
<h2>About This Project</h2>
<h2>About This Code</h2>
<p>A Taylor Diagram is a graphical representation used to evaluate how well models reproduce the observed data. It displays three statistical measures: correlation coefficient, root mean square deviation (RMSD), and the standard deviation of both observed and model data. Here’s a basic guide on how to create and interpret a Taylor Diagram.</p>
<p>This repository contains the code for creating Taylor Diagrams to visualize the performance of various models based on multiple evaluation metrics. The Taylor Diagrams are generated from a CSV file containing the observed values and model predictions.</p>
<p>Taylor Diagrams provide a concise way of graphically summarizing how well patterns match each other in terms of their correlation, their centered root mean square difference, and the amplitude of their variations (represented by their standard deviations). This makes it easier to compare the relative performance of different models.</p>
<p>For more details, visit the <a href="https://github.com/EbrahimAlwajih/Taylor-Diagram">GitHub repository</a>.</p>
Expand Down

0 comments on commit 2643053

Please sign in to comment.