search for: slopeopt

Displaying 3 results from an estimated 3 matches for "slopeopt".

2004 Apr 25
2
package fdim slopeopt error (PR#6819)
Full_Name: Fred J. Version: 1.8.1 OS: windows 2000 Submission from: (NULL) (203.26.24.216) platform i386-pc-mingw32 the error can be duplicated as follows > rt <- data.frame(8:15, 7:14, 6:13, 5:12, 4:11, 3:10, 2:9, 1:8) > library(fdim) > FD <- (fdim(rt,q=2)) Error in slopeopt(AllPoints, Alpha) : Object "LineP" not found
2004 Apr 12
2
fractal calculation using fdim
Hello I am getting this Error in slopeopt(AllPoints, Alpha) : Object "LineP" not found when the dim(<data.frame>) of the data matrix for which the fdim is being calculated hits a certain values depending on the data set. e.g print(dim(mat)) fd <- fdim(mat,q=2) [1] 2743 2 [1] 2742 3 [1] 2741 4 [1] 2740 5 [1] 2...
2001 Jan 25
0
fdim problems
hi I am trying to use the add-on package fdim to calculate fractal dimesionality of some time series data. I keep getting an error - trying to run simple example from the help pages Error in if (MaxDiff > Chi2) { : missing value where logical needed when I set the debug option of the function slopeopt() I get the following read out... [1] "###############################" [1] "X=" [,1] [,2] [1,] -1 -1.000000 [2,] -2 -2.321928 [3,] -3 -3.459432 [4,] -4 -4.523562 [5,] -5 -5.491853 [6,] -6 -6.475733 [7,] -7 -7.426265 [8,] -8 -8.317413 [9,]...