Skip to content

Commit

Permalink
Minor change in links
Browse files Browse the repository at this point in the history
  • Loading branch information
e10v committed Jul 14, 2024
1 parent a714634 commit b249812
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ print(result)
#> revenue_per_user 5.24 5.73 9.3% [-2.4%, 22%] 0.123
```

Learn more in the detailed [user guide](https://tea-tasting.e10v.me/user-guide).
Learn more in the detailed [user guide](https://tea-tasting.e10v.me/user-guide/).

## Roadmap

Expand All @@ -59,5 +59,5 @@ Learn more in the detailed [user guide](https://tea-tasting.e10v.me/user-guide).

The package name "tea-tasting" is a play of words which refers to two subjects:

- [Lady tasting tea](https://en.wikipedia.org/wiki/Lady_tasting_tea) is a famous experiment which was devised by Ronald Fisher. In this experiment, Fisher developed the null hypothesis significance testing framework to analyze a lady's claim that she could discern whether the tea or the milk was added first to a cup.
- [Lady tasting tea](https://en.wikipedia.org/wiki/Lady_tasting_tea/) is a famous experiment which was devised by Ronald Fisher. In this experiment, Fisher developed the null hypothesis significance testing framework to analyze a lady's claim that she could discern whether the tea or the milk was added first to a cup.
- "tea-tasting" phonetically resembles "t-testing" or Student's t-test, a statistical test developed by William Gosset.
4 changes: 2 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ print(result)
#> revenue_per_user 5.24 5.73 9.3% [-2.4%, 22%] 0.123
```

Learn more in the detailed [user guide](https://tea-tasting.e10v.me/user-guide).
Learn more in the detailed [user guide](https://tea-tasting.e10v.me/user-guide/).

## Roadmap

Expand All @@ -59,5 +59,5 @@ Learn more in the detailed [user guide](https://tea-tasting.e10v.me/user-guide).

The package name "tea-tasting" is a play of words which refers to two subjects:

- [Lady tasting tea](https://en.wikipedia.org/wiki/Lady_tasting_tea) is a famous experiment which was devised by Ronald Fisher. In this experiment, Fisher developed the null hypothesis significance testing framework to analyze a lady's claim that she could discern whether the tea or the milk was added first to a cup.
- [Lady tasting tea](https://en.wikipedia.org/wiki/Lady_tasting_tea/) is a famous experiment which was devised by Ronald Fisher. In this experiment, Fisher developed the null hypothesis significance testing framework to analyze a lady's claim that she could discern whether the tea or the milk was added first to a cup.
- "tea-tasting" phonetically resembles "t-testing" or Student's t-test, a statistical test developed by William Gosset.
4 changes: 2 additions & 2 deletions docs/user-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,9 +106,9 @@ experiment = tt.Experiment(
)
```

Look for other supported metrics in the [Metrics](https://tea-tasting.e10v.me/api/metrics/) reference.
Look for other supported metrics in the [Metrics](api/metrics/index.md) reference.

You can change the default values of these four parameters using global settings (see details below).
You can change the default values of these four parameters using [global settings](#global-settings).

### Analyzing and retrieving experiment results

Expand Down

0 comments on commit b249812

Please sign in to comment.