nextgis / qgis_molusce

Modules for Land Use Change Simulations
https://github.com/nextgis/molusce
GNU General Public License v2.0
43 stars 15 forks source link

Results in Transition Potential Modelling #25

Closed juda-garcia closed 6 years ago

juda-garcia commented 6 years ago

how interpret the results in the transition potential modelling? how to know the confidence intervals? in the technical information methods and algorithms does no transition t appear

simgislab commented 6 years ago

may be this will be of help http://wiki.gis-lab.info/w/Landscape_change_analysis_with_MOLUSCE_-_methods_and_algorithms#Logistic_regression

KolesovDmitry commented 6 years ago

Short answer

Unfortunately MOLUSCE doesn't provide confidence intervals. The results on your screenshot are taken by classic multinomial logistic regression. The MOLUSCE implementation of it is here: https://github.com/nextgis/molusce/blob/master/algorithms/models/lr/multinomial_logistic_regression.py

Long Answer

A pdf user-guide is provider with the plugin (see 'About' menu). More techical details are provided here: http://wiki.gis-lab.info/w/Landscape_change_analysis_with_MOLUSCE_-_methods_and_algorithms

MOLUSCE implements a lot of methods (they are different for different stages of analysis). Bellow are provided some references. The references are examples, you can prefer other authors ;)

Change Detection Stage

Methods: post-classification change detection - Singh 1989 Output:

Modelling transition potential or areas at risk of deforestation

Input data:

Methods:

Output: deforestation risk maps

Simulating future land use and forest cover changes

Input data:

Methods:

Output: simulated future land use and forest cover changes

juda-garcia commented 6 years ago

@simgislab @KolesovDmitry Thank you. I'm going to check that links and bibliography. Can i translate your quick_help.pdf to spanish for Latin America users?

simgislab commented 6 years ago

sure, send the translation our way too when it's done