Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add weights-of-evidence functionality for predictive mapping #105

Closed
chudasama-bijal opened this issue Mar 11, 2023 · 0 comments · Fixed by #106
Closed

Add weights-of-evidence functionality for predictive mapping #105

chudasama-bijal opened this issue Mar 11, 2023 · 0 comments · Fixed by #106
Assignees
Labels
enhancement New feature or request modelling Features related to modelling functions

Comments

@chudasama-bijal
Copy link
Collaborator

Add weights-of-evidence (wofe) functionality: The WofE is a Bayesian method to estimate the probability of a hypothesis (H) based on the knowledge of occurrence of certain evidential events (E). Applied to predictive mapping of mineral deposits, the hypothesis to be predicted is the probability of existence of the targeted mineral deposit and the evidential events are mapped from the geoscientific datasets representing geological features such as lithology, structures, whole rock geochemistry etc.

Implementation using geospatial datasets involves quantification of spatial associations (i.e., the weights) between mineral deposits and the geospatial evidential layers and subsequent calculations of the posterior probabilities for potential of existence of a mineral deposit.

The WofE functionality will have the following steps:

  1. Calculation of weights-of-evidences for multiclass (multi-feature) evidential events,
  2. Reclassification of multiclass (multi-feature) evidential events to binary evidential events, based on the weights-of-evidences,
  3. Recalculation of generalized weights-of-evidences after reclassification, and
  4. Calculating posterior probabilities by combining the generalized weights of all the evidential events.

Computationally, the WofE functionality is to be implemented in the following two parts:

  1. Quantifying the spatial association (i.e. weights) between the mineral deposit/occurrence and the evidential events.
  2. Updating the posterior probabilities of the deposit occurrence by combining the weights-of-evidences of all the events.
@chudasama-bijal chudasama-bijal self-assigned this Mar 11, 2023
@chudasama-bijal chudasama-bijal linked a pull request Mar 11, 2023 that will close this issue
@nmaarnio nmaarnio added enhancement New feature or request modelling Features related to modelling functions labels Jun 29, 2023
@nmaarnio nmaarnio added this to the EIS Toolkit beta version milestone Jun 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request modelling Features related to modelling functions
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants