Skip to content

Commit e9ea38f

Browse files
author
OVVO-Financial
committed
NNS 11.2 Beta
1 parent 9ce7290 commit e9ea38f

File tree

5 files changed

+4
-5
lines changed

5 files changed

+4
-5
lines changed

DESCRIPTION

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Package: NNS
22
Type: Package
33
Title: Nonlinear Nonparametric Statistics
44
Version: 11.2
5-
Date: 2025-03-11
5+
Date: 2025-03-17
66
Authors@R: c(
77
person("Fred", "Viole", role=c("aut","cre"), email="[email protected]"),
88
person("Roberto", "Spadim", role=c("ctb"))

NNS_11.2.tar.gz

9 Bytes
Binary file not shown.

NNS_11.2.zip

-12 Bytes
Binary file not shown.

R/TSD.R

+3-4
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,10 @@ NNS.TSD <- function(x, y, plot = TRUE){
2323

2424
Combined_sort <- sort(c(x, y), decreasing = FALSE)
2525

26-
LPM_x_sort <- LPM(1, Combined_sort,x)
27-
LPM_y_sort <- LPM(1, Combined_sort,y)
28-
26+
LPM_x_sort <- LPM(2, Combined_sort, x)
27+
LPM_y_sort <- LPM(2, Combined_sort, y)
28+
2929
x.tsd.y <- any(LPM_x_sort > LPM_y_sort)
30-
3130
y.tsd.x <- any(LPM_y_sort > LPM_x_sort)
3231

3332

src/NNS.dll

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)