bushfire.Rd
satellite data on bushfire scars
data(bushfire)
The format is: num [1:38, 1:5] 111 113 113 110 101 93 92 94 94 100 ...
Satellite measurements on five frequency bands corresponding to each of 38 pixels.
Maronna RA and Yohai VJ (1995) JASA 90:330.
data(bushfire)
mv.calout.detect(bushfire)
#> $inds
#> [1] 7 11 10 8 9
#>
#> $vals
#> [,1] [,2] [,3] [,4] [,5]
#> [1,] 92 110 46 165 235
#> [2,] 108 115 17 144 215
#> [3,] 100 104 21 133 208
#> [4,] 94 95 29 113 190
#> [5,] 94 94 29 110 188
#>
#> $k
#> [1] 18
#>
#> $alpha
#> [1] 0.05
#>