Skip to content

Commit

Permalink
`` added
Browse files Browse the repository at this point in the history
  • Loading branch information
spring-haru committed Feb 24, 2024
1 parent 866c062 commit eba6689
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ py4macro.trend(s,lamb=1600)
**引数**:

* `s``Series`もしくは1列の`DataFrame`とし,行のラベルは`DatetimeIndex`にすること。
* lamb: HPフィルターのlambda(デフォルトは四半期用のデータでは通常の値である1600としている)
* `lamb`: HPフィルターのlambda(デフォルトは四半期用のデータでは通常の値である1600としている)

**戻り値**:

Expand Down Expand Up @@ -86,13 +86,13 @@ py4macro.xvalues(l, h, n)
`py4macro.see(obj, col=4, width=70)`

引数:
* obj: 属性を調べるオブジェクト
* col: 表示の列の数(デフォルトは4)
* width: 表示の幅(デフォルトは70)
* `obj`: 属性を調べるオブジェクト
* `col`: 表示の列の数(デフォルトは4)
* `width`: 表示の幅(デフォルトは70)
  (列の幅は width/col 以上である最小整数となる)

戻り値:
* None (表示のみ)
* `None` (表示のみ)


例:整数型である100の属性を調べる。
Expand Down

0 comments on commit eba6689

Please sign in to comment.