Skip to content

Commit

Permalink
Update paper.Rmd to match commit e618e9d
Browse files Browse the repository at this point in the history
  • Loading branch information
kloppen committed Jul 5, 2020
1 parent 8f6e73b commit 923157e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 13 deletions.
14 changes: 7 additions & 7 deletions paper.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ damage and other factors, however those adjustments are outside the scope
of the present software package.

For a detailed discussion of the theory and applications of tolerance bounds,
the reader is referred to [@Meeker_Hahn_Escobar_2017] or
[@Krishnamoorthy_Mathew_2008].
the reader is referred to @Meeker_Hahn_Escobar_2017 or
@Krishnamoorthy_Mathew_2008.

Currently, many users use MS Excel spreadsheets to perform these
analyses. The MS Excel spreadsheets typically used, such as
Expand Down Expand Up @@ -89,13 +89,13 @@ are written to work with the `tidyverse` [@tidyverse] and most functions
have similar argument lists. The intent is to make the package easy to
learn and use.

The implementation of `cmstatr` also aims to avoid the use of look-up
The implementation of `cmstatr` also aims to avoid the use of lookup
tables
that are prevalent in calculation spreadsheets and minimize the use of
approximations.
While this decision leads to increased computation time, the typically small
data sets (tens to hundreds
of observations) associated with composite material test data, and the
of observations) associated with composite material test data and the
speed of modern computers make this practical for interactive programming.

# Example Usage
Expand Down Expand Up @@ -158,10 +158,10 @@ is also recorded in the returned object (and shown in that object's
Anderson--Darling test for normality [@Lawless_1982] rejects the hypothesis
that the data is drawn from a normal distribution.

Two non-parametric basis calculations, based on [@Guenther_1970] and
[@Vangel_1994] are also implemented in `cmstatr`. These functions
Two non-parametric basis calculations, based on @Guenther_1970 and
@Vangel_1994 are also implemented in `cmstatr`. These functions
perform the same
diagnostic tests, but omits the Anderson--Darling test for a particular
diagnostic tests, but omit the Anderson--Darling test for a particular
distribution.

The diagnostic test can be run directly using `cmstatr` as well.
Expand Down
11 changes: 5 additions & 6 deletions paper.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,8 @@ The implementation of `cmstatr` also aims to avoid the use of lookup
tables that are prevalent in calculation spreadsheets and minimize the
use of approximations. While this decision leads to increased
computation time, the typically small data sets (tens to hundreds of
observations) associated with composite material test data and the
speed of modern computers make this practical for interactive
programming.
observations) associated with composite material test data and the speed
of modern computers make this practical for interactive programming.

# Example Usage

Expand Down Expand Up @@ -176,9 +175,9 @@ normality [@Lawless_1982] rejects the hypothesis that the data is drawn
from a normal distribution.

Two non-parametric basis calculations, based on @Guenther_1970 and
@Vangel_1994 are also implemented in `cmstatr`. These functions
perform the same diagnostic tests, but omit the Anderson--Darling test
for a particular distribution.
@Vangel_1994 are also implemented in `cmstatr`. These functions perform
the same diagnostic tests, but omit the Anderson--Darling test for a
particular distribution.

The diagnostic test can be run directly using `cmstatr` as well. For
example, the failed diagnostic test above can be run as follows:
Expand Down

0 comments on commit 923157e

Please sign in to comment.