PESTools / pestools

PESTools
12 stars 10 forks source link

Res class redundancy #35

Open echristi opened 9 years ago

echristi commented 9 years ago

Are these redundant?
Describe_groups and description vs print_stats (old)

plot_one2one vs plot_measure_vs_model (old)

aleaf commented 9 years ago

the two describe methods are probably redundant. Describe_groups returns a 1 column dataframe with summary statistics for any group or combination of groups; description is a convenience method that runs describe_groups for each group and returns a dataframe summarizing the results. The advantage of the df format is that it can be easily kicked out to a csv during a post-processing workflow.