Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Jachym.Barvinek committed Oct 18, 2024
1 parent 8790ea5 commit 20f09c8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,5 @@ end
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
gem 'tzinfo'
gem "tzinfo-data", platforms: [:mingw, :mswin, :x64_mingw, :jruby]

gem 'wdm', '>= 0.1.0' if Gem.win_platform?
2 changes: 1 addition & 1 deletion _posts/2024-10-17-time-series-01.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ As a side note, we may observe an interesting fact. The above is actually saying

$$S_k \sim Gamma(k, \lambda)$$

From the formula for $p_{S_k}$ we can easily get:
From the formula for $p_{S_k}$, using similar manipulations as above, can easily get:

$$F_k(T) = \int_0^T p_{S_k}(t) \mathrm{d}t = T \cdot p_{S_k}(T)$$

Expand Down

0 comments on commit 20f09c8

Please sign in to comment.