Skip to content

Commit

Permalink
Small updates.
Browse files Browse the repository at this point in the history
  • Loading branch information
pedro-andrade-inpe committed Feb 2, 2018
1 parent a804138 commit 0bc2b0e
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
4 changes: 2 additions & 2 deletions examples/costanza.lua
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
-- @example Basic example for testing goodness-of-fit.
-- This example reproduces Figure 4 of from Costanza R.
-- This example reproduces Figure 4 of from Costanza R.
-- Model goodness of fit: a multiple resolution procedure. Ecological modelling. 1989 Sep 15;47(3-4):199-215.
import("calibration")

Expand All @@ -13,7 +13,7 @@ scene2 = CellularSpace{
attrname = "value"
}

result = multiLevel{
result, data = multiLevel{
target = {scene1, scene2},
select = "value",
discrete = true
Expand Down
8 changes: 8 additions & 0 deletions examples/costanza.tme
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
return {
[1] = {
x = 100,
y = 100,
width = 600,
height = 500,
},
}
4 changes: 2 additions & 2 deletions lua/GoodnessOfFit.lua
Original file line number Diff line number Diff line change
Expand Up @@ -240,12 +240,12 @@ end
-- @usage import("calibration")
--
-- cs1 = CellularSpace{
-- file = filePath("Costanza.pgm", "calibration"),
-- file = filePath("costanza.pgm", "calibration"),
-- attrname = "costanza"
-- }
--
-- cs2 = CellularSpace{
-- file = filePath("Costanza2.pgm", "calibration"),
-- file = filePath("costanza2.pgm", "calibration"),
-- attrname = "costanza"
-- }
--
Expand Down

0 comments on commit 0bc2b0e

Please sign in to comment.