Categories [message #13166] |
Thu, 15 October 1998 00:00 |
Andrew Loughe
Messages: 9 Registered: October 1998
|
Junior Member |
|
|
Hello,
We are about to document large volumes of home-grown IDL routines!
Does anyone know the valid "category" names for documenting
IDL programs?
In other words, when you see something like this at the beginning
of an IDL program (Category: Statistics), what are valid options
for the "Category" field? Does such a "standard" list of categories
exist?
Thanks.
; Copyright (c) 1994-1998, Research Systems, Inc. All rights reserved.
; Unauthorized reproduction prohibited.
;+
; NAME:
; RANKS
;
; PURPOSE:
; This function computes the magnitude-based ranks of a sample
; population X. Elements of identical magnitude "ties" are ranked
; according to the mean of the ranks that would otherwise be
assigned.
; The result is a vector of ranks equal in length to X.
;
; CATEGORY:
; Statistics.
;
|
|
|