Skip to content

Commit

Permalink
Auto-generated commit
Browse files Browse the repository at this point in the history
  • Loading branch information
stdlib-bot committed Jan 8, 2024
1 parent 02b2b1b commit ddfc3b0
Show file tree
Hide file tree
Showing 3 changed files with 82 additions and 17 deletions.
2 changes: 1 addition & 1 deletion NOTICE
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Copyright (c) 2016-2023 The Stdlib Authors.
Copyright (c) 2016-2024 The Stdlib Authors.
10 changes: 7 additions & 3 deletions base/dists/normal/cdf/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,16 @@ limitations under the License.

The [cumulative distribution function][cdf] for a [normal][normal-distribution] random variable is

<!-- <equation class="equation" label="eq:normal_cdf" align="center" raw="center" data-raw-text="F(x;\mu,\sigma) = \frac{1}{2} \left[ 1 + \operatorname{erf}\left( \frac{x-\mu}{\sigma\sqrt{2}} \right) \right]" alt="Cumulative distribution function for a normal distribution."> -->
<!-- <equation class="equation" label="eq:normal_cdf" align="center" raw="F(x;\mu,\sigma) = \frac{1}{2} \left[ 1 + \operatorname{erf}\left( \frac{x-\mu}{\sigma\sqrt{2}} \right) \right]" alt="Cumulative distribution function for a normal distribution."> -->

<div class="equation" align="center" data-raw-text="center" data-equation="eq:normal_cdf">
```math
F(x;\mu,\sigma) = \frac{1}{2} \left[ 1 + \mathop{\mathrm{erf}}\left( \frac{x-\mu}{\sigma\sqrt{2}} \right) \right]
```

<!-- <div class="equation" align="center" data-raw-text="F(x;\mu,\sigma) = \frac{1}{2} \left[ 1 + \operatorname{erf}\left( \frac{x-\mu}{\sigma\sqrt{2}} \right) \right]" data-equation="eq:normal_cdf">
<img src="https://cdn.jsdelivr.net/gh/stdlib-js/stdlib@51534079fef45e990850102147e8945fb023d1d0/lib/node_modules/@stdlib/stats/base/dists/normal/cdf/docs/img/equation_normal_cdf.svg" alt="Cumulative distribution function for a normal distribution.">
<br>
</div>
</div> -->

<!-- </equation> -->

Expand Down
87 changes: 74 additions & 13 deletions base/dists/normal/cdf/docs/img/equation_normal_cdf.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit ddfc3b0

Please sign in to comment.