Skip to content

Commit

Permalink
specify argument defaults in docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
zdelrosario committed Aug 21, 2023
1 parent 88fdb1a commit 4324ded
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions grama/tran_tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -192,9 +192,9 @@ def tran_bootstrap(
Args:
df (DataFrame): Data to bootstrap
tran (grama tran_ function): Transform procedure which generates statistic
n_boot (numeric): Monte Carlo resamples for bootstrap
n_sub (numeric): Nested resamples to estimate SE
con (float): Confidence level
n_boot (numeric): Monte Carlo resamples for bootstrap, default n_boot=500
n_sub (numeric): Nested resamples to estimate SE, default n_sub=25
con (float): Confidence level, default con=0.90
col_sel (list(string)): Columns to include in bootstrap calculation
Returns:
Expand Down

0 comments on commit 4324ded

Please sign in to comment.