Sisvar in Java

Description

Sisvar is a statistical analysis and design of experiments program. Its first version was launched in 1996 for the DOS operating system. The original programming language was Pascal and the compiler was the Borland Turbo Pascal 5.5.

Later, with the advent of Delphi, the Sisvar was converted to Windows. Its first Windows version was compiled in Delphi 1.0, using object-oriented Pascal language. Since then the Sisvar is being constantly updated and is currently compiled by Delphi 7.0.

In recent years I decided to make a Java version of Sisvar. Initially, the idea came as a result of some issues of compatibility between internally Sisvar database and some new versions of Windows, such as Windows Vista. The problem is due manly because the Sisvar program system, since it use a very old version of database (Paradox and dBase). Later, the idea of working in Java version was consolidated for other reasons. The main ones are the possibility of running Sisvar across multiple platforms and to upgrade of many sisvar techniques. However, I will do as much as possible to Sisvar does not lose its main characteristics, especially in relation to its friendly interface. Thus I began to write the book of Computational Statistics in Java, in which I develop the basic building blocks of Sisvar programming. Thus, I documented and Optimized all Sisvar statistical procedures. At the same time I make available to users the Book containing all the Sisvar internally most basic routines. These implementations are in Java classes and packages.

Some basic characteristics of the development program:

  • Version: 6 alpha under development
  • Build: 100
  • Programming Language: object-oriented Pascal
  • Language: portuguese and english (bilingual)
  • Financial Support: CNPq (Researcher grants)
  • Operational System: Windows, Linux e Mac.
  • Register: none
  • Sisvar in Java also will be free

Essentially Sisvar Java performs the same analysis of Sisvar in Pascal and some new features that will be released in due course.

 

Download

  • Sisvar in Java will show menu in english and portuguese
  • The report wil be bilingual too
  • Houve uma mudança grande no sistema de banco de dados. Acredito que isso facilitará muito aos usuários. As importações de arquivos serão realizadas mediante uso de arquivos CSV, entre outras muitas modificações.
  • There was a major change in the database system. I believe this will greatly help users and make it simple. The import file options will use CSV files, among many other changes.

Wait...