From 749c9ddaf608bcd24076654ee58db62fa3f6bd62 Mon Sep 17 00:00:00 2001 From: Christoph Ruegg Date: Sun, 27 Sep 2015 17:18:00 +0200 Subject: [PATCH] Release Notes: fix typo --- RELEASENOTES.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 4ecddd49..fc53b3cb 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -2,7 +2,7 @@ * Distributions: PDF and CDF more robust for large distribution parameters. * Distributions: BetaScaled distribution. * Distributions: method to create a PERT distribution (based on BetaScaled) *~John C Barstow* -* Distributions: Webull.Estimate *~Jon Larborn* +* Distributions: Weibull.Estimate *~Jon Larborn* * Random: NextBoolean extensions. * Root Finding: RootFinding.Secant (based on NewtonRaphson) *~grovesNL* * Linear Algebra: Matrix Rank calculation now uses a tolerance based on the matrix size. @@ -11,7 +11,7 @@ * Native Providers: automatic handling of intermediate work arrays/buffers in MKL and OpenBLAS providers *~Marcus Cuda, Kuan Bartel* * Native Providers: automatically use native provider if available. * Native Providers: new Control.TryUse* to make it simpler to use providers if available but without failing if not. -* Native Providers: improved error state checking and handling. +* Native Providers: improved error state checking and handling *~Marcus Cuda, Kuan Bartel* * Combinatorics: generate or select random permutation, combination or variation (shuffling) * Finance: rename CompoundMonthlyReturn to CompoundReturn (old now obsolete).