Skip to main content
  • Home
  • Development
  • Documentation
  • Donate
  • Operational login
  • Browse the archive

swh logo
SoftwareHeritage
Software
Heritage
Archive
Features
  • Search

  • Downloads

  • Save code now

  • Add forge now

  • Help

Revision 338c0d2373d852e3c15b4357a9ca01a1f7e31bfc authored by Javier Barbero on 23 April 2026, 08:42:44 UTC, committed by GitHub on 23 April 2026, 08:42:44 UTC
Merge pull request #31 from javierbarbero/dependabot/github_actions/julia-actions/setup-julia-3
Bump julia-actions/setup-julia from 2 to 3
2 parent s 98a0198 + 906bfb6
  • Files
  • Changes
  • ead3f3a
  • /
  • docs
  • /
  • make.jl
Raw File Download

To reference or cite the objects present in the Software Heritage archive, permalinks based on SoftWare Hash IDentifiers (SWHIDs) must be used.
Select below a type of object currently browsed in order to display its associated SWHID and permalink.

  • revision
  • directory
  • content
revision badge
swh:1:rev:338c0d2373d852e3c15b4357a9ca01a1f7e31bfc
directory badge
swh:1:dir:711c3b22aa44e5bcdf415e96d1d5413b1f431c74
content badge
swh:1:cnt:0cf001006874663a6cb5ab32b86bba6036efa5a6

This interface enables to generate software citations, provided that the root directory of browsed objects contains a citation.cff or codemeta.json file.
Select below a type of object currently browsed in order to generate citations for them.

  • revision
  • directory
  • content
(requires biblatex-software package)
Generating citation ...
(requires biblatex-software package)
Generating citation ...
(requires biblatex-software package)
Generating citation ...
make.jl
using Documenter, DataEnvelopmentAnalysis

# Solve nonlinear problem to display Ipopt initial message
begin
        X = [1; 2; 3];
        Y = [1; 1; 1];
        deagdf(X, Y, alpha = 0.5, rts = :VRS)
end
    
DocMeta.setdocmeta!(DataEnvelopmentAnalysis, :DocTestSetup, :(using DataEnvelopmentAnalysis); recursive=true)

makedocs(sitename = "DataEnvelopmentAnalysis",
        authors = "Javier Barbero and José Luis Zofío.",
        pages = [
        "Home" => "index.md",
        "Technical Efficiency Models" => Any[                
                "Radial Models" => "technical/radial.md",
                "Radial Big Data Models" => "technical/radialbigdata.md",
                "Directional Distance Function Models" => "technical/directional.md",
                "Additive Models" => "technical/additive.md",
                "Generalized Distance Function Models" => "technical/generalizeddf.md",
                "Russell Models" => "technical/russell.md",
                "Enhanced Russell Graph Slack Based Measure" => "technical/enhancedrussell.md",
                "Modified Directional Distance Function" => "technical/modifiedddf.md",
                "Hölder Distance Function" => "technical/holder.md",
                "Reverse Directional Distance Function" => "technical/reverseddf.md",
                "Environmental Model" => "technical/environmental.md",
                "Common functions for technical models" => "technical/commontechnical.md"
                ],
        "Economic Efficiency Models" => Any[
                "Cost Models" => "economic/cost.md",
                "Revenue Models" => "economic/revenue.md",
                "Profit Models" => "economic/profit.md",
                "Profitability Models" => "economic/profitability.md",
                "Common functions for economic models" => "economic/commoneconomic.md"
                ],
        "Productivity Change Models" => Any[
                "Malmquist Index" => "productivity/malmquist.md",
                "Malmquist-Luenberger" => "productivity/malmquistluenberger.md",
                "Common functions for productivity change models" => "productivity/commonproductivity.md"
                ],
        "Statistical Analysis" => Any[
                "Bootstrap Radial DEA Model" => "statistical/radialboot.md",
                "Returns to Scale Test" => "statistical/rtstest.md"
                ],
        "Configuring Optimizer" => "optimizer.md",
        "Bibliography" => "bibliography.md"
        ],
        format = Documenter.HTML(prettyurls = get(ENV, "CI", nothing) == "true")
)

deploydocs(
    repo = "github.com/javierbarbero/DataEnvelopmentAnalysis.jl.git",
)
The diff you're trying to view is too large. Only the first 1000 changed files have been loaded.
Showing with 0 additions and 0 deletions (0 / 0 diffs computed)
swh spinner

Computing file changes ...

back to top

Software Heritage — Copyright (C) 2015–2026, The Software Heritage developers. License: GNU AGPLv3+.
The source code of Software Heritage itself is available on our development forge.
The source code files archived by Software Heritage are available under their own copyright and licenses.
Terms of use: Archive access, API— Content policy— Contact— JavaScript license information— Web API