Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Column
width50%
Wiki Markup

De totale habitat geschiktheid wordt als volgt berekend:

if(HSI_Inundatie<1, min(HSI_Inundatie,HSI_Aardm,HSI_Vegetatie), HSI_Vegetatie)

Als de geschiktheid voor Inundatie gelijk is aan 1 dan

{flowchart}graph[
rankdir=LR]
nodesep=0.5
"node0" [
label = "Inundatie|Vegetatietype"
shape = "record"
];

"node3" [
label = "Areaal grootte"
shape = "record"
];

"node0":f1-> "node3" [style=italic,label="minimum"]
[
id = 2
];

"node4" [
label = "HGI totaal"
shape = "record"
];

"node3":f1-> "node4" 
[
id = 3
];

{flowchart}

Als de geschiktheid voor inundatie kleiner is dan 1, dan moet ook gekeken worden of de aardmuis aanwezig is:

{flowchart}graph[
rankdir=LR]
nodesep=0.5
"node0" [
label = "Inundatie|Aardmuis|Vegetatietype"
shape = "record"
];

"node3" [
label = "Areaal grootte"
shape = "record"
];

"node4" [
label = "HGI totaal"
shape = "record"
];

"node0":f1-> "node3" [style=italic,label="minimum"]
[
id = 2
];

"node3":f1-> "node4" 
[
id = 2
];

{flowchart}



h1. Onzekerheid en validatie

 De rekenregels zijn gevalideerd op de Makkumer Waarden, waarbij een goede habitatgeschiktheid werd gesteld op een waarde van 0.7 en hoger.

|Hit rate | 0.83 |
|False alarm | 0,31 |
|afwezigheid goed voorspeld | 0.69|
|afwezigheid fout voorspeld | 0.17 | 



|| !meetdata.jpg|thumbnail! || !modeldata.jpg|thumbnail! ||
||meetdata||modeldata||

...