File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
lib/node_modules/@stdlib/stats/base/variancepn/benchmark Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
/**
2
2
* @license Apache-2.0
3
3
*
4
- * Copyright (c) 2025 The Stdlib Authors.
4
+ * Copyright (c) 2020 The Stdlib Authors.
5
5
*
6
6
* Licensed under the Apache License, Version 2.0 (the "License");
7
7
* you may not use this file except in compliance with the License.
@@ -25,7 +25,7 @@ var uniform = require( '@stdlib/random/array/uniform' );
25
25
var isnan = require ( '@stdlib/math/base/assert/is-nan' ) ;
26
26
var pow = require ( '@stdlib/math/base/special/pow' ) ;
27
27
var pkg = require ( './../package.json' ) . name ;
28
- var variancepn = require ( './../lib/variancepn .js' ) ;
28
+ var variancepn = require ( './../lib/main .js' ) ;
29
29
30
30
31
31
// VARIABLES //
Original file line number Diff line number Diff line change 1
1
/**
2
2
* @license Apache-2.0
3
3
*
4
- * Copyright (c) 2025 The Stdlib Authors.
4
+ * Copyright (c) 2020 The Stdlib Authors.
5
5
*
6
6
* Licensed under the Apache License, Version 2.0 (the "License");
7
7
* you may not use this file except in compliance with the License.
You can’t perform that action at this time.
0 commit comments