Skip to content

Commit 5b7e69b

Browse files
committed
feat: change years
--- type: pre_commit_static_analysis_report description: Results of running static analysis checks when committing changes. report: - task: lint_filenames status: passed - task: lint_editorconfig status: passed - task: lint_markdown status: na - task: lint_package_json status: na - task: lint_repl_help status: na - task: lint_javascript_src status: na - task: lint_javascript_cli status: na - task: lint_javascript_examples status: na - task: lint_javascript_tests status: passed - task: lint_javascript_benchmarks status: passed - task: lint_python status: na - task: lint_r status: na - task: lint_c_src status: missing_dependencies - task: lint_c_examples status: missing_dependencies - task: lint_c_benchmarks status: missing_dependencies - task: lint_c_tests_fixtures status: na - task: lint_shell status: na - task: lint_typescript_declarations status: na - task: lint_typescript_tests status: na - task: lint_license_headers status: passed --- --- type: pre_push_report description: Results of running various checks prior to pushing changes. report: - task: run_javascript_examples status: na - task: run_c_examples status: na - task: run_cpp_examples status: na - task: run_javascript_readme_examples status: na - task: run_c_benchmarks status: na - task: run_cpp_benchmarks status: na - task: run_fortran_benchmarks status: na - task: run_javascript_benchmarks status: na - task: run_julia_benchmarks status: na - task: run_python_benchmarks status: na - task: run_r_benchmarks status: na - task: run_javascript_tests status: na --- --- type: pre_push_report description: Results of running various checks prior to pushing changes. report: - task: run_javascript_examples status: na - task: run_c_examples status: na - task: run_cpp_examples status: na - task: run_javascript_readme_examples status: na - task: run_c_benchmarks status: na - task: run_cpp_benchmarks status: na - task: run_fortran_benchmarks status: na - task: run_javascript_benchmarks status: na - task: run_julia_benchmarks status: na - task: run_python_benchmarks status: na - task: run_r_benchmarks status: na - task: run_javascript_tests status: na ---
1 parent 272793c commit 5b7e69b

File tree

13 files changed

+12
-189
lines changed

13 files changed

+12
-189
lines changed

lib/node_modules/@stdlib/stats/base/dists/planck/cdf/benchmark/benchmark.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* @license Apache-2.0
33
*
4-
* Copyright (c) 2024 The Stdlib Authors.
4+
* Copyright (c) 2025 The Stdlib Authors.
55
*
66
* Licensed under the Apache License, Version 2.0 (the "License");
77
* you may not use this file except in compliance with the License.

lib/node_modules/@stdlib/stats/base/dists/planck/cdf/benchmark/benchmark.native.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* @license Apache-2.0
33
*
4-
* Copyright (c) 2024 The Stdlib Authors.
4+
* Copyright (c) 2025 The Stdlib Authors.
55
*
66
* Licensed under the Apache License, Version 2.0 (the "License");
77
* you may not use this file except in compliance with the License.

lib/node_modules/@stdlib/stats/base/dists/planck/cdf/benchmark/c/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#/
22
# @license Apache-2.0
33
#
4-
# Copyright (c) 2024 The Stdlib Authors.
4+
# Copyright (c) 2025 The Stdlib Authors.
55
#
66
# Licensed under the Apache License, Version 2.0 (the "License");
77
# you may not use this file except in compliance with the License.

lib/node_modules/@stdlib/stats/base/dists/planck/cdf/benchmark/c/benchmark.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* @license Apache-2.0
33
*
4-
* Copyright (c) 2024 The Stdlib Authors.
4+
* Copyright (c) 2025 The Stdlib Authors.
55
*
66
* Licensed under the Apache License, Version 2.0 (the "License");
77
* you may not use this file except in compliance with the License.

lib/node_modules/@stdlib/stats/base/dists/planck/cdf/binding.gyp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# @license Apache-2.0
22
#
3-
# Copyright (c) 2024 The Stdlib Authors.
3+
# Copyright (c) 2025 The Stdlib Authors.
44
#
55
# Licensed under the Apache License, Version 2.0 (the "License");
66
# you may not use this file except in compliance with the License.

lib/node_modules/@stdlib/stats/base/dists/planck/cdf/examples/c/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#/
22
# @license Apache-2.0
33
#
4-
# Copyright (c) 2024 The Stdlib Authors.
4+
# Copyright (c) 2025 The Stdlib Authors.
55
#
66
# Licensed under the Apache License, Version 2.0 (the "License");
77
# you may not use this file except in compliance with the License.

lib/node_modules/@stdlib/stats/base/dists/planck/cdf/examples/c/example.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* @license Apache-2.0
33
*
4-
* Copyright (c) 2024 The Stdlib Authors.
4+
* Copyright (c) 2025 The Stdlib Authors.
55
*
66
* Licensed under the Apache License, Version 2.0 (the "License");
77
* you may not use this file except in compliance with the License.

lib/node_modules/@stdlib/stats/base/dists/planck/cdf/include.gypi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# @license Apache-2.0
22
#
3-
# Copyright (c) 2024 The Stdlib Authors.
3+
# Copyright (c) 2025 The Stdlib Authors.
44
#
55
# Licensed under the Apache License, Version 2.0 (the "License");
66
# you may not use this file except in compliance with the License.

lib/node_modules/@stdlib/stats/base/dists/planck/cdf/include/stdlib/stats/base/dists/planck/cdf.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* @license Apache-2.0
33
*
4-
* Copyright (c) 2024 The Stdlib Authors.
4+
* Copyright (c) 2025 The Stdlib Authors.
55
*
66
* Licensed under the Apache License, Version 2.0 (the "License");
77
* you may not use this file except in compliance with the License.

lib/node_modules/@stdlib/stats/base/dists/planck/cdf/src/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#/
22
# @license Apache-2.0
33
#
4-
# Copyright (c) 2024 The Stdlib Authors.
4+
# Copyright (c) 2025 The Stdlib Authors.
55
#
66
# Licensed under the Apache License, Version 2.0 (the "License");
77
# you may not use this file except in compliance with the License.

lib/node_modules/@stdlib/stats/base/dists/planck/cdf/src/addon.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* @license Apache-2.0
33
*
4-
* Copyright (c) 2024 The Stdlib Authors.
4+
* Copyright (c) 2025 The Stdlib Authors.
55
*
66
* Licensed under the Apache License, Version 2.0 (the "License");
77
* you may not use this file except in compliance with the License.

lib/node_modules/@stdlib/stats/base/dists/planck/cdf/src/main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* @license Apache-2.0
33
*
4-
* Copyright (c) 2024 The Stdlib Authors.
4+
* Copyright (c) 2025 The Stdlib Authors.
55
*
66
* Licensed under the Apache License, Version 2.0 (the "License");
77
* you may not use this file except in compliance with the License.

lib/node_modules/@stdlib/stats/base/dists/planck/cdf/test/test.native.js

Lines changed: 0 additions & 177 deletions
Original file line numberDiff line numberDiff line change
@@ -1,180 +1,3 @@
1-
// /**
2-
// * @license Apache-2.0
3-
// *
4-
// * Copyright (c) 2024 The Stdlib Authors.
5-
// *
6-
// * Licensed under the Apache License, Version 2.0 (the "License");
7-
// * you may not use this file except in compliance with the License.
8-
// * You may obtain a copy of the License at
9-
// *
10-
// * http://www.apache.org/licenses/LICENSE-2.0
11-
// *
12-
// * Unless required by applicable law or agreed to in writing, software
13-
// * distributed under the License is distributed on an "AS IS" BASIS,
14-
// * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15-
// * See the License for the specific language governing permissions and
16-
// * limitations under the License.
17-
// */
18-
19-
// 'use strict';
20-
21-
// // MODULES //
22-
23-
// var resolve = require( 'path' ).resolve;
24-
// var tape = require( 'tape' );
25-
// var tryRequire = require( '@stdlib/utils/try-require' );
26-
// var isnan = require( '@stdlib/math/base/assert/is-nan' );
27-
// var abs = require( '@stdlib/math/base/special/abs' );
28-
// var PINF = require( '@stdlib/constants/float64/pinf' );
29-
// var NINF = require( '@stdlib/constants/float64/ninf' );
30-
// var EPS = require( '@stdlib/constants/float64/eps' );
31-
32-
// // FIXTURES //
33-
34-
// var smallLambda = require( './fixtures/python/small_lambda.json' );
35-
// var largeLambda = require( './fixtures/python/large_lambda.json' );
36-
37-
// // VARIABLES //
38-
39-
// var cdf = tryRequire( resolve( __dirname, './../lib/native.js' ) );
40-
// var opts = {
41-
// 'skip': ( cdf instanceof Error )
42-
// };
43-
44-
// // TESTS //
45-
46-
// tape( 'main export is a function', opts, function test( t ) {
47-
// t.ok( true, __filename );
48-
// t.strictEqual( typeof cdf, 'function', 'main export is a function' );
49-
// t.end();
50-
// });
51-
52-
// tape( 'the function returns a function', opts, function test( t ) {
53-
// var cdfFn = cdf( 1.0 );
54-
// t.equal( typeof cdfFn, 'function', 'returns a function' );
55-
// t.end();
56-
// });
57-
58-
// tape( 'if provided `NaN` for any parameter, the created function returns `NaN`', opts, function test( t ) {
59-
// var cdfFn;
60-
// var y;
61-
62-
// cdfFn = cdf( 0.5 );
63-
// y = cdfFn( NaN );
64-
// t.equal( isnan( y ), true, 'returns expected value' );
65-
66-
// cdfFn = cdf( NaN );
67-
// y = cdfFn( 0.0 );
68-
// t.equal( isnan( y ), true, 'returns expected value' );
69-
70-
// t.end();
71-
// });
72-
73-
// tape( 'if provided a valid `lambda`, the function returns `1` when provided `+infinity` for `x`', opts, function test( t ) {
74-
// var cdfFn;
75-
// var y;
76-
77-
// cdfFn = cdf( 0.5 );
78-
// y = cdfFn( PINF );
79-
// t.equal( y, 1.0, 'returns expected value' );
80-
81-
// t.end();
82-
// });
83-
84-
// tape( 'if provided a valid `lambda`, the function returns `0` when provided a negative number for `x`', opts, function test( t ) {
85-
// var cdfFn;
86-
// var y;
87-
88-
// cdfFn = cdf( 0.5 );
89-
// y = cdfFn( NINF );
90-
// t.equal( y, 0.0, 'returns expected value' );
91-
92-
// y = cdfFn( -20.0 );
93-
// t.equal( y, 0.0, 'returns expected value' );
94-
95-
// t.end();
96-
// });
97-
98-
// tape( 'if provided a shape parameter `lambda` which is nonpositive, the created function always returns `NaN`', opts, function test( t ) {
99-
// var cdfFn;
100-
// var y;
101-
102-
// cdfFn = cdf( 0.0 );
103-
// y = cdfFn( 2.0 );
104-
// t.equal( isnan( y ), true, 'returns NaN' );
105-
// y = cdfFn( 0.0 );
106-
// t.equal( isnan( y ), true, 'returns NaN' );
107-
108-
// cdfFn = cdf( -1.0 );
109-
// y = cdfFn( 2.0 );
110-
// t.equal( isnan( y ), true, 'returns NaN' );
111-
// y = cdfFn( 0.0 );
112-
// t.equal( isnan( y ), true, 'returns NaN' );
113-
114-
// cdfFn = cdf( NINF );
115-
// y = cdfFn( 2.0 );
116-
// t.equal( isnan( y ), true, 'returns NaN' );
117-
// y = cdfFn( 0.0 );
118-
// t.equal( isnan( y ), true, 'returns NaN' );
119-
120-
// t.end();
121-
// });
122-
123-
// tape( 'the created function evaluates the CDF for `x` given small parameter `lambda`', opts, function test( t ) {
124-
// var expected;
125-
// var lambda;
126-
// var delta;
127-
// var cdfFn;
128-
// var tol;
129-
// var x;
130-
// var y;
131-
// var i;
132-
133-
// expected = smallLambda.expected;
134-
// x = smallLambda.x;
135-
// lambda = smallLambda.lambda;
136-
// for ( i = 0; i < x.length; i++ ) {
137-
// cdfFn = cdf( lambda[ i ] );
138-
// y = cdfFn( x[ i ] );
139-
// if ( y === expected[ i ] ) {
140-
// t.equal( y, expected[ i ], 'x: '+x[ i ]+', lambda: '+lambda[ i ]+', y: '+y+', expected: '+expected[ i ] );
141-
// } else {
142-
// delta = abs( y - expected[ i ] );
143-
// tol = 1.0 * EPS * abs( expected[ i ] );
144-
// t.ok( delta <= tol, 'within tolerance. x: '+x[ i ]+'. lambda: '+lambda[ i ]+'. y: '+y+'. E: '+expected[ i ]+'. Δ: '+delta+'. tol: '+tol+'.' );
145-
// }
146-
// }
147-
// t.end();
148-
// });
149-
150-
// tape( 'the created function evaluates the CDF for `x` given large parameter `lambda`', opts, function test( t ) {
151-
// var expected;
152-
// var lambda;
153-
// var delta;
154-
// var cdfFn;
155-
// var tol;
156-
// var x;
157-
// var y;
158-
// var i;
159-
160-
// expected = largeLambda.expected;
161-
// x = largeLambda.x;
162-
// lambda = largeLambda.lambda;
163-
// for ( i = 0; i < x.length; i++ ) {
164-
// cdfFn = cdf( lambda[ i ] );
165-
// y = cdfFn( x[ i ] );
166-
// if ( y === expected[ i ] ) {
167-
// t.equal( y, expected[ i ], 'x: '+x[ i ]+', lambda: '+lambda[ i ]+', y: '+y+', expected: '+expected[ i ] );
168-
// } else {
169-
// delta = abs( y - expected[ i ] );
170-
// tol = 1.0 * EPS * abs( expected[ i ] );
171-
// t.ok( delta <= tol, 'within tolerance. x: '+x[ i ]+'. lambda: '+lambda[ i ]+'. y: '+y+'. E: '+expected[ i ]+'. Δ: '+delta+'. tol: '+tol+'.' );
172-
// }
173-
// }
174-
// t.end();
175-
// });
176-
177-
1781
/**
1792
* @license Apache-2.0
1803
*

0 commit comments

Comments
 (0)