Skip to content

Commit

Permalink
Review changes
Browse files Browse the repository at this point in the history
  • Loading branch information
mdeceglie committed Oct 17, 2024
1 parent d6025f8 commit e916cd3
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 29 deletions.
17 changes: 7 additions & 10 deletions docs/TrendAnalysis_example.ipynb

Large diffs are not rendered by default.

34 changes: 17 additions & 17 deletions docs/degradation_and_soiling_example.ipynb

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/sphinx/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ Soiling

RdTools provides two methods for soiling analysis. The first is the
stochastic rate and recovery (SRR) method (Deceglie 2018). This method works
well when soiling patternsfollow a "sawtooth" pattern, a linear decline followed
well when soiling patterns follow a "sawtooth" pattern, a linear decline followed
by a sharp recovery associated with natural or manual cleaning.
:py:func:`.soiling.soiling_srr` performs the calculation and returns the P50
insolation-weighted soiling ratio, confidence interval, and additional
Expand Down
2 changes: 1 addition & 1 deletion rdtools/bootstrap.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def _make_time_series_bootstrap_samples(
either 'multiplicative' or 'additive'
bootstrap_seed: {Generator, RandomState, int}, default None
Seed passed to CircularBlockBootstrap use to ensure reproducable results.
If an int, passes the value to value to ``np.random.default_rng``.
If an int, passes the value to ``np.random.default_rng``.
If None (default), a fresh Generator is constructed with system-provided entropy.
Returns
Expand Down

0 comments on commit e916cd3

Please sign in to comment.