Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
thornoe committed Nov 12, 2024
1 parent 6e44b56 commit be8948e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gis/CV_streams.py
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ def stepwise_selection(subset, dummies, data, dfDummies, years, select_all=False
VPstats["Observed subset"] = d.loc["All obs", :] # observed at least onces
VPstats["All in VP3"] = d.loc["All in VP3", :] # distribution of all in VP3
d.to_csv("output/streams_VP_stats_yearly.csv") # save yearly distributions
VPstats # underrepresentation of Large and DK2 in sparse (share < 50% of average VP3)
VPstats # underrepresentation of Medium, Large, DK2 in sparse (share < 50% of mean VP3)
VPbasis # in sparse, GES is overrepresented for Large streams but otherwise ±.02 of BA

# Save descriptive statistics and mean basis analysis to CSV and LaTeX
Expand Down

0 comments on commit be8948e

Please sign in to comment.