~ubuntu-branches/debian/jessie/eso-midas/jessie

« back to all changes in this revision

Viewing changes to contrib/mva/proc/tcluster.prg

  • Committer: Package Import Robot
  • Author(s): Ole Streicher
  • Date: 2014-04-22 14:44:58 UTC
  • Revision ID: package-import@ubuntu.com-20140422144458-okiwi1assxkkiz39
Tags: upstream-13.09pl1.2+dfsg
ImportĀ upstreamĀ versionĀ 13.09pl1.2+dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
! @(#)tcluster.prg      19.1 (ES0-DMD) 02/25/03 13:27:25
 
2
! ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 
3
!
 
4
! .IDENTIFICATION
 
5
!
 
6
! STATISTICAL PACKAGE : TCLUSTER.PRG
 
7
! F.Murtagh, J.D.Ponz                   version 1.0  22 JAN 85
 
8
!
 
9
! .PURPOSE
 
10
!
 
11
! execute the command :
 
12
!
 
13
! CLUSTER/TABLE input output [method]
 
14
!
 
15
! Default method  is minimum variance.
 
16
!
 
17
! -----------------------------------------------------
 
18
DEFINE/PARAM P1 ? TABLE "Enter input table"
 
19
DEFINE/PARAM P2 ? TABLE "Enter output table"
 
20
DEFINE/PARAM P3 MVAR CHAR "Enter method"
 
21
RUN CON_EXE:TCLUSTER