Giter Site home page Giter Site logo

analytichierarchyprocess's Introduction

AnalyticHierarchyProcess

El paquete AnalyticHierarchyProcess provee funciones para desarrollar tecnicas de toma de decisiones multicriterio como VIKOR, DEMATEL, AHP, Entropia.

Instalación

Tal como se describe el manual de julia, para instalar un paquete no registrado se utiliza el comando Pkg.clone(), de la siguiente manera:

Pkg.clone("https://github.com/jorgeiv500/AnalyticHierarchyProcess.git")

Es requerida la versión 0.5 o superior (puede encontrar aquí las instrucciones de instalación [here][version]).

Uso

Este paquete cuenta con This package alow us to compute the eigenweigth from a n*n pairwaise comparison matrix and evaluate the inconsistency in the matrix.

eigenv(x) = compute the eigenweigth from a nn pairwaise comparison matrix CRA(x) = Consistency ratio from a nn pairwaise comparison matrix triads(x,t) = evaluate the inconsistency in all circular triads from a n*n pairwaise comparison matrix.

Example

The simple example below is based on https://en.wikipedia.org/wiki/Analytic_hierarchy_process_–_leader_example#Pairwise_comparisons for one matrix.

Sensitivity Report

using AnalyticHierarchyProcess


Pairwaise=[1 1/4 4;
           4  1  9;
           1/4 1/9 1]
t=
println(eigenv(Pairwaise))
println(CRA(Pairwaise))
println(triads(Pairwaise,t))

Out[6]: 3×1 Array{Float64,2}: 0.217166 0.717065 0.0657693

INFORME DE RESULTADOS 
   ________CRITERIOS___________________________

   1. LAMBDA MAX=3.0371848745375076

   2. CI =0.018592437268753814

   3. SIZE=3

   4. CR =0.035754687055295796

   5. El Wi de criterios es=[0.217166; 0.717065; 0.0657693]
    ```

analytichierarchyprocess's People

Contributors

jorgeiv500 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.