sort_mixsmsn function

Sort Objects from list("mixsmsn") by Location Parameters

Sort Objects from list("mixsmsn") by Location Parameters

To sort an object returned from package list("mixsmsn") by its location parameters

## S3 method for class 'Skew.normal' sort(x, decreasing = FALSE, ...) ## S3 method for class 'Normal' sort(x, decreasing = FALSE, ...) ## S3 method for class 'Skew.t' sort(x, decreasing = FALSE, ...) ## S3 method for class 't' sort(x, decreasing = FALSE, ...)

Arguments

  • x: 'Normal', 'Skew.normal', 'Skew.t' object
  • decreasing: logical scalar. Should the sort the location parameter be increasing (FALSE, default) or decreasing (TRUE)?
  • ...: additional parameters, currently not in use

Returns

Function sort.Normal() returns a 'Normal' object.

Function sort.Skew.normal() returns a 'Skew.normal' object.

Function sort.Skew.t() returns a 'Skew.t' object.

Details

smsn.mix does not order the location parameter

See Also

sort

  • Maintainer: Tingting Zhan
  • License: GPL-2
  • Last published: 2025-03-15

Useful links