Skip to content

Commit e632795

Browse files
committed
Add logcdf and logpdf to namespace
1 parent 510e34a commit e632795

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

  • lib/node_modules/@stdlib/math/base/dist/exponential/lib

lib/node_modules/@stdlib/math/base/dist/exponential/lib/index.js

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,24 @@ setReadOnly( exponential, 'Exponential', require( '@stdlib/math/base/dist/expone
5454
*/
5555
setReadOnly( exponential, 'kurtosis', require( '@stdlib/math/base/dist/exponential/kurtosis' ) );
5656

57+
/**
58+
* @name logcdf
59+
* @memberof exponential
60+
* @readonly
61+
* @type {Function}
62+
* @see {@link module:@stdlib/math/base/dist/exponential/logcdf}
63+
*/
64+
setReadOnly( exponential, 'logcdf', require( '@stdlib/math/base/dist/exponential/logcdf' ) );
65+
66+
/**
67+
* @name logpdf
68+
* @memberof exponential
69+
* @readonly
70+
* @type {Function}
71+
* @see {@link module:@stdlib/math/base/dist/exponential/logpdf}
72+
*/
73+
setReadOnly( exponential, 'logpdf', require( '@stdlib/math/base/dist/exponential/logpdf' ) );
74+
5775
/**
5876
* @name mean
5977
* @memberof exponential

0 commit comments

Comments
 (0)