All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.nosqlbench.virtdata.userlibs.apps.docsapp.docsinfo.json Maven / Gradle / Ivy

There is a newer version: 5.17.0
Show newest version
{
  "name": "Beta",
  "categories": [
    "distributions"
  ],
  "see": {
    "Wikipedia: Beta distribution": "https://en.wikipedia.org/wiki/Beta_distribution"
  },
  "ctors": [
    {
      "input_type": "int",
      "name": "Beta",
      "args": [
        {
          "name": "alpha",
          "type": "double"
        },
        {
          "name": "beta",
          "type": "double"
        },
        {
          "name": "mods",
          "type": "String..."
        }
      ],
      "output_type": "double",
      "notes": "This form consumes an int and produces a double",
      "examples": [
        {
          "example": "int->Beta(1.0d,2.0d,'interpolate')->double",
          "description": "This example provides an interpolated result with ..."
        }
      ]
    }
  ]
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy