{
  "__type": "IngestedDoc",
  "__tag": 4010,
  "_content": {
    "Notes": {
      "__type": "Section",
      "__tag": 4015,
      "children": [
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "Intended to be used "
            },
            {
              "__type": "Emphasis",
              "__tag": 4047,
              "children": [
                {
                  "__type": "Text",
                  "__tag": 4046,
                  "value": "as a step in the process"
                }
              ]
            },
            {
              "__type": "Text",
              "__tag": 4046,
              "value": " for computing random variates of a matrix t distribution "
            },
            {
              "__type": "InlineMath",
              "__tag": 4057,
              "value": "\\mathcal{T}_{m,n}"
            },
            {
              "__type": "Text",
              "__tag": 4046,
              "value": " by appealing to its alternative form as a matrix mixture .. math     mathcal{T}_{m,n}( mathrm{df}, mathrm{M}, Sigma, Omega )     = mathcal{N}_{m,n}(         mathrm{M},         mathcal{W}^{-1}_m(mathrm{df} + m - 1, Sigma),         Omega         )     = mathcal{N}_{m,n}(         mathrm{M},         Sigma,         mathcal{W}^{-1}_n(mathrm{df} - n + 1, Omega)         ) where "
            },
            {
              "__type": "InlineMath",
              "__tag": 4057,
              "value": "\\mathcal{N}_{m,n}"
            },
            {
              "__type": "Text",
              "__tag": 4046,
              "value": " is a matrix normal distribution and "
            },
            {
              "__type": "InlineMath",
              "__tag": 4057,
              "value": "\\mathcal{W}^{-1}_d"
            },
            {
              "__type": "Text",
              "__tag": 4046,
              "value": " is an inverse Wishart distribution. Accordingly, the degrees of freedom adjustment "
            },
            {
              "__type": "InlineMath",
              "__tag": 4057,
              "value": "\\mathrm{df} \\to \\mathrm{df} + d - 1"
            },
            {
              "__type": "Text",
              "__tag": 4046,
              "value": " occurrs in the scope of this function."
            }
          ]
        }
      ],
      "title": [],
      "level": 0,
      "target": null
    },
    "Warns": {
      "__type": "Section",
      "__tag": 4015,
      "children": [],
      "title": [],
      "level": 0,
      "target": null
    },
    "Raises": {
      "__type": "Section",
      "__tag": 4015,
      "children": [],
      "title": [],
      "level": 0,
      "target": null
    },
    "Yields": {
      "__type": "Section",
      "__tag": 4015,
      "children": [],
      "title": [],
      "level": 0,
      "target": null
    },
    "Methods": {
      "__type": "Section",
      "__tag": 4015,
      "children": [],
      "title": [],
      "level": 0,
      "target": null
    },
    "Returns": {
      "__type": "Section",
      "__tag": 4015,
      "children": [],
      "title": [],
      "level": 0,
      "target": null
    },
    "Summary": {
      "__type": "Section",
      "__tag": 4015,
      "children": [
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "Samples the lower Cholesky factor of a matrix following an inverse Wishart distribution."
            }
          ]
        }
      ],
      "title": [],
      "level": 0,
      "target": null
    },
    "Receives": {
      "__type": "Section",
      "__tag": 4015,
      "children": [],
      "title": [],
      "level": 0,
      "target": null
    },
    "Warnings": {
      "__type": "Section",
      "__tag": 4015,
      "children": [],
      "title": [],
      "level": 0,
      "target": null
    },
    "Attributes": {
      "__type": "Section",
      "__tag": 4015,
      "children": [],
      "title": [],
      "level": 0,
      "target": null
    },
    "Parameters": {
      "__type": "Section",
      "__tag": 4015,
      "children": [],
      "title": [],
      "level": 0,
      "target": null
    },
    "Extended Summary": {
      "__type": "Section",
      "__tag": 4015,
      "children": [],
      "title": [],
      "level": 0,
      "target": null
    },
    "Other Parameters": {
      "__type": "Section",
      "__tag": 4015,
      "children": [],
      "title": [],
      "level": 0,
      "target": null
    }
  },
  "_ordered_sections": [
    "Summary",
    "Extended Summary",
    "Parameters",
    "Attributes",
    "Methods",
    "Returns",
    "Yields",
    "Receives",
    "Other Parameters",
    "Raises",
    "Warns",
    "Warnings",
    "Notes"
  ],
  "item_file": "/scipy/stats/_multivariate.py",
  "item_line": 2123,
  "item_type": "function",
  "aliases": [
    "scipy.stats._multivariate._cholesky_invwishart_rvs"
  ],
  "example_section_data": {
    "__type": "Section",
    "__tag": 4015,
    "children": [],
    "title": [],
    "level": 0,
    "target": null
  },
  "see_also": [],
  "signature": {
    "__type": "SignatureNode",
    "__tag": 4029,
    "kind": "function",
    "parameters": [
      {
        "__type": "SigParam",
        "__tag": 4030,
        "name": "df",
        "annotation": "float",
        "kind": "POSITIONAL_OR_KEYWORD",
        "default": {
          "__type": "Empty",
          "__tag": 4031
        }
      },
      {
        "__type": "SigParam",
        "__tag": 4030,
        "name": "scale",
        "annotation": "np.ndarray",
        "kind": "POSITIONAL_OR_KEYWORD",
        "default": {
          "__type": "Empty",
          "__tag": 4031
        }
      },
      {
        "__type": "SigParam",
        "__tag": 4030,
        "name": "size",
        "annotation": "int",
        "kind": "POSITIONAL_OR_KEYWORD",
        "default": {
          "__type": "Empty",
          "__tag": 4031
        }
      },
      {
        "__type": "SigParam",
        "__tag": 4030,
        "name": "random_state",
        "annotation": "np.random.Generator",
        "kind": "POSITIONAL_OR_KEYWORD",
        "default": {
          "__type": "Empty",
          "__tag": 4031
        }
      }
    ],
    "return_annotation": "np.ndarray",
    "target_name": "_cholesky_invwishart_rvs"
  },
  "references": null,
  "qa": "scipy.stats._multivariate:_cholesky_invwishart_rvs",
  "arbitrary": [],
  "local_refs": []
}