Closed GreatEmerald closed 3 years ago
Currently the bfast0n function doesn't include the sctest functionality, but it would be useful. Things to think about: what to output if there is no change according to the sctest (a breakpoints object with breaks=0? NA? -9999?).
breakpoints
NA
The answer is: whatever it is that BFAST outputs in the same situation. Which is to say, an NA in the $breakpoints field.
Currently the bfast0n function doesn't include the sctest functionality, but it would be useful. Things to think about: what to output if there is no change according to the sctest (a
breakpoints
object with breaks=0?NA
? -9999?).