File tree Expand file tree Collapse file tree
lib/node_modules/@stdlib/stats/base/dists/cosine Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1919'use strict' ;
2020
2121/**
22- * Cosine distribution constructor.
22+ * Raised cosine distribution constructor.
2323*
2424* @module @stdlib /stats/base/dists/cosine/ctor
2525*
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ limitations under the License.
2020
2121# Logarithm of Cumulative Distribution Function
2222
23- > Evaluate the natural logarithm of the [ cumulative distribution function] [ cdf ] (CDF) for a [ raised cosine ] [ cosine-distribution ] distribution .
23+ > [ Raised cosine ] [ cosine-distribution ] distribution logarithm of [ cumulative distribution function] [ cdf ] .
2424
2525<section class =" intro " >
2626
Original file line number Diff line number Diff line change 1919'use strict' ;
2020
2121/**
22- * Natural logarithm of cumulative distribution function (CDF) for a raised cosine distribution .
22+ * Raised cosine distribution logarithm of cumulative distribution function (CDF).
2323*
2424* @module @stdlib /stats/base/dists/cosine/logcdf
2525*
Original file line number Diff line number Diff line change 11{
22 "name" : " @stdlib/stats/base/dists/cosine/logcdf" ,
33 "version" : " 0.0.0" ,
4- "description" : " Natural logarithm of cumulative distribution function (CDF) for a raised cosine distribution ." ,
4+ "description" : " Raised cosine distribution logarithm of cumulative distribution function (CDF)." ,
55 "license" : " Apache-2.0" ,
66 "author" : {
77 "name" : " The Stdlib Authors" ,
You can’t perform that action at this time.
0 commit comments