stats_cdf_noncentral_t

(PECL stats >= 1.0.0)

stats_cdf_noncentral_tCalculates any one parameter of the non-central t-distribution give values for the others

Beschreibung

stats_cdf_noncentral_t(
    float $par1,
    float $par2,
    float $par3,
    int $which
): float

Returns the cumulative distribution function, its inverse, or one of its parameters, of the non-central t-distribution. The kind of the return value and parameters (par1, par2, and par3) are determined by which.

The following table lists the return value and parameters by which. CDF, x, nu, and mu denotes cumulative distribution function, the value of the random variable, the degrees of freedom and the non-centrality parameter of the distribution, respectively.

Return value and parameters
which Return value par1 par2 par3
1 CDF x nu mu
2 x CDF nu mu
3 nu x CDF mu
4 mu x CDF nu

Parameter-Liste

par1

The first parameter

par2

The second parameter

par3

The third parameter

which

The flag to determine what to be calculated

Rückgabewerte

Returns CDF, x, nu, or mu, determined by which.

Hier Kannst Du einen Kommentar verfassen


Bitte gib mindestens 10 Zeichen ein.
Wird geladen... Bitte warte.
* Pflichtangabe
Es sind noch keine Kommentare vorhanden.

PHP cURL-Tutorial: Verwendung von cURL zum Durchführen von HTTP-Anfragen

cURL ist eine leistungsstarke PHP-Erweiterung, die es Ihnen ermöglicht, mit verschiedenen Servern über verschiedene Protokolle wie HTTP, HTTPS, FTP und mehr zu kommunizieren. ...

TheMax

Autor : TheMax
Kategorie: PHP-Tutorials

Midjourney Tutorial - Anleitung für Anfänger

Über Midjourney, dem Tool zur Erstellung digitaler Bilder mithilfe von künstlicher Intelligenz, gibt es ein informatives Video mit dem Titel "Midjourney Tutorial auf Deutsch - Anleitung für Anfänger" ...

Mike94

Autor : Mike94
Kategorie: KI Tutorials

Grundlagen von Views in MySQL

Views in einer MySQL-Datenbank bieten die Möglichkeit, eine virtuelle Tabelle basierend auf dem Ergebnis einer SQL-Abfrage zu erstellen. ...

admin

Autor : admin
Kategorie: mySQL-Tutorials

Tutorial veröffentlichen

Tutorial veröffentlichen

Teile Dein Wissen mit anderen Entwicklern weltweit

Du bist Profi in deinem Bereich und möchtest dein Wissen teilen, dann melde dich jetzt an und teile es mit unserer PHP-Community

mehr erfahren

Tutorial veröffentlichen

How to overcome Safari's iframe cookie block?

For data exchange between domains, think about utilizing local storage, but be mindful of any possible drawbacks. Perhaps more reliable are server ...

Geschrieben von eugenecohen am 26.11.2024 03:17:31
Forum: HTML, JavaScript, AJAX, jQuery, CSS, Bootstrap, LESS
Wer kennt sich mit Selenium aus oder hat zufällig ein geeignetes Script?

Prior to calling the subsequent URL, ensure that the PHP script stores the source code for each URL.

Geschrieben von eugenecohen am 26.11.2024 03:07:04
Forum: PHP Developer Forum
Wer kennt sich mit Selenium aus oder hat zufällig ein geeignetes Script?

Bitte nutzen Sie Selenium, um den Quelltext auszulesen und die gewünschten Metadaten in einer.txt-Datei abzuspeichern. Stellen Sie sicher, dass d ...

Geschrieben von eugenecohen am 26.11.2024 03:03:59
Forum: PHP Developer Forum
Wer kennt sich mit Selenium aus oder hat zufällig ein geeignetes Script?

Please use Selenium to read the source code and save the desired metadata in a .txt file. Make sure that the PHP script saves the source code of e ...

Geschrieben von eugenecohen am 26.11.2024 03:03:24
Forum: PHP Developer Forum