OneRepMax 2.2.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package OneRepMax --version 2.2.0
NuGet\Install-Package OneRepMax -Version 2.2.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="OneRepMax" Version="2.2.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add OneRepMax --version 2.2.0
#r "nuget: OneRepMax, 2.2.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install OneRepMax as a Cake Addin
#addin nuget:?package=OneRepMax&version=2.2.0

// Install OneRepMax as a Cake Tool
#tool nuget:?package=OneRepMax&version=2.2.0

This library provides a variety of formulas to estimate a one rep maximum. It also provides some functionality to compare relative strength without assuming a linear relationship between size (weight) and strength.

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
3.0.0 1,324 5/9/2017
2.2.0.1 1,099 7/29/2014
2.2.0 1,052 7/29/2014
2.1.0 1,046 7/25/2014
2.0.0 1,038 7/7/2014
1.1.0 1,350 8/9/2013
1.0.0 1,097 8/9/2013

This release comes with a number of changes. I swear, I will leave the library alone for a while unless a bug surfaces (feel free to submit them!).

Changes with this release:

1. Reverted the namespace back due to popular demand (sorry).

2. I removed the Common formula because it was brought to my attention that it was mathematically equivalent to the Epley formula.

3. Added a new object type called FormulaInfo that stores the formula enumeration, name, description, plain text formula, MathML formula and LaTeX syntax formula.

4. OneRepMax now generates a list of FormulaInfo objects of all the implemented formulas.

5. OneRepMax can also build a list based on a parameterized list. This allows developers means to create a list of FormulaInfo objects of only the formulas they want to use. These will be created in the order they are submitted.

6. There is also the ability to generate just one FormulaInfo object at a time, using a formula type enumeration as a parameter.

7. A new object called StrengthCompare provides functionality to compare strength of two or more lifters regardless of weight. This occurs through the Wilks score and a common formula sometimes referred to as the 2/3 power formula.

I've tried to be as descriptive and as clear as possible in the XML comments. However, if you have some questions or something doesn't make sense, please contact me at svespie@gmail.com.

Also, please do not hesitate to provide feedback, request features, or submit bugs / fixes.

I'm sorry for the need to refactor mutliple times in the past month. I'll try to limit that kind of behavior for the future.

Enjoy!