STATISTICA







STATISTICA Development Environment
Example Programs and User-exchange Forum
(Version 5.5)

STATISTICA 6 users: click here for examples using C++

We invite you to contribute and would appreciate your input. To submit your own programs for inclusion here, e-mail: info@statsoft.com. We ask that you please follow the guidelines below to ensure that other users will best take advantage of your efforts:

  1. Provide a description of the task the program will perform.
  2. Provide a list of requirements for running the program (such as the type of Scrollsheet which must be active before running the program or the necessary data file needed to run the program properly).
  3. Note any adjustments that must be made to the code before running the program (such as data file path or variable names).
  4. Include comments throughout the code that will assist others in understanding each section's purpose. The better the documentation, the easier it will be for someone to use your program. Also, please include the description in (1) at the beginning of your program.

Disclaimer: StatSoft offers the User-exchange Forum in order to promote the sharing of STATISTICA BASIC, STATISTICA Command Language, STATISTICA Development Environment, and Visual Basic interface programs between STATISTICA users. We will attempt to post accurate and functional programs, no guarantee regarding these programs is provided by StatSoft, Inc.


Introductory Overview of STADEV
STATISTICA BASIC Examples
C/C++ Examples
Visual Basic (32 bit) Examples
Visual Basic (16 Bit) Examples
Delphi Examples


Introductory Overview of STADEV

STADEV (STATISTICA Development Environment) is a general purpose library of STATISTICA input/output procedures (DLLs) for application developers. STADEV has been released in response to a growing demand from developers who create custom applications that interface with STATISTICA or integrate STATISTICA into larger (e.g., enterprise-wide) computing environments.

STADEV is a very powerful tool that allows the users to manipulate virtually all components of STATISTICA files including file headers, variable specifications, case names, value labels and data. It can be used in a variety of programming environments including Visual C++, Visual BASIC, Delphi, STATISTICA BASIC, and FORTRAN. STADEV DLLs are offered in two versions: 16 and 32 bit.

Sample applications include

  1. third party, general-purpose programs for importing/exporting data;
  2. companion input/output procedures accessible from popular applications (e.g., STADEV can easily be called from ms Excel, ms Word, ms Access, Power Builder, Oracle, etc.);
  3. front-ends for custom data mining applications;
  4. various applications that interface STATISTICA with other components of enterprise-wide computing environments (e.g., one can add a front-end to a database that transfers data to STATISTICA files or use STATISTICA data files to communicate selected data to a corporate database (e.g., written in VB or C/C++));
  5. STATISTICA BASIC programs that access data files that are currently ‘not loaded’ into STATISTICA (data array), such as custom applications that merge data from multiple (simultaneously open) STATISTICA data files.
STADEV includes a detailed documentation, header files, and examples written in popular programming languages (Visual Basic, Visual C++), and source code of a large selection of sample applications.

STADEV is included on the STATISTICA CD ROM and it is now available at no charge from this web site (for more information see the Download Area).


STATISTICA BASIC Examples For additional STATISTICA BASIC example programs, see the Library of STATISTICA BASIC Programs.
C/C++ Examples
Visual Basic (32 bit) Examples For additional examples of using Visual Basic with STATISTICA, see the Visual Basic/STATISTICA Interface Programs.
Visual Basic (16 bit) Examples
Delphi Examples
Back to Top
StatSoft Home Page


[StatSoft]
2300 East 14th Street, Tulsa, OK 74104
Phone: (918) 749-1119; Fax: (918) 749-2217

[StatSoft]e-mail: info@statsoft.com

©Copyright StatSoft, Inc., 1984-2005.
StatSoft, StatSoft logo, STATISTICA, SEWSS, SEDAS, Data Miner, SEPATH and GTrees are trademarks of StatSoft, Inc.

The source code given here is provided with no warranty expressed or implied. We appreciate the contribution of users who share their programs with others.

Last update: 5 January, 1998.