Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.410.024 Times

P H Test Two software
Filter: All | Freeware | Demo
 

P H Test Two

< 1 2 3 4 5 > 
Added: August 29, 2013 | Visits: 891

Holm-Sidak t-test As you know, the Student t-test can be used only to compare two groups. When you have k groups you can't use a t-test for each couple because, if you have fixed alpha=0.05 for each t-test, there is a probability of k*0.05 to find a difference when it isn't (Bonferroni inequality).The Holm-Sidak...



Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (46): Holm-Sidak t-test Download

Added: March 29, 2013 | Visits: 376

Cox-Stuart test The code performs a version of two tailed Cox-Stuart test. It tests the null hypothesis of trend absence in the vector V, against the alternative of trend.The result of the test is returned in H = 1 indicates a rejection of the null hypothesis at the alpha significance level. H = 0 indicates a...





Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (39): Cox-Stuart test Download

Added: August 04, 2013 | Visits: 593

Binomial Test Script It can perform a one or two sided test.The script outputs the probability of observing the resulting value of "s" or "a" value, given "n" total outcomes with a probability of success of "p".


Platforms: Matlab

License: Freeware Size: 10 KB Download (46): Binomial Test Script Download

Added: August 02, 2008 | Visits: 2.469

MB Free Astro Compatibility Test Software MB Free Astro Compatibility Test Software calculates the compatibility between two individuals based on their birth information and planetary positions. This kind of analysis is highly accurate and gives an objective insight to our relationships. MB Free Astro Compatibility Test is a very user...


Platforms: Windows

License: Freeware Size: 1.28 MB Download (515): MB Free Astro Compatibility Test Software Download

Added: August 04, 2008 | Visits: 1.544

X.509 Test Certificates Wizard X.509 Test Certificates Wizard is a Wizard style application that creates self-signed .CER, .PVK and .SPC certificate files in just two steps. These certificates are used mostly for signing software e.g. when distributing ActiveX controls in Web pages, they should be packed in a .CAB file signed...


Platforms: Windows

License: Shareware Cost: $15.00 USD Size: 260 KB Download (191): X.509 Test Certificates Wizard Download

Added: August 06, 2008 | Visits: 1.953

MB Astro Compatibility Test This unique compatibility test software calculates the match between two partners in a relationship. The matching process or level of compatibility is generated from the natal planetary positions in both the individuals' charts. Astrology based calculations are made to check if the partners are...


Platforms: Windows

License: Freeware Size: 1.3 MB Download (501): MB Astro Compatibility Test Download

Added: January 18, 2010 | Visits: 1.440

Test::Smoke::Patcher Test::Smoke::Patcher is a OO interface to help patching the source-tree. SYNOPSIS use Test::Smoke::Patcher; my $patcher = Test::Smoke::Patcher->new( single => { ddir => $build_dir, pfile => $patch, popts => -p1, v => 1, # 0..2 }); $patcher->patch; or my $patcher =...


Platforms: *nix

License: Freeware Size: 153.6 KB Download (110): Test::Smoke::Patcher Download

Added: April 26, 2010 | Visits: 1.013

Test::Chunks Test::Chunks is a Data Driven Testing Framework. NOTE - This module has been deprecated and replaced by Test::Base. This is basically just a renaming of the module. Test::Chunks was not the best name for this module. Please discontinue using Test::Chunks and switch to Test::Base. Helpful Hint:...


Platforms: *nix

License: Freeware Size: 32.77 KB Download (92): Test::Chunks Download

Added: March 16, 2010 | Visits: 1.250

Test::Number::Delta Test::Number::Delta is a Perl module to compare the difference between numbers against a given tolerance. SYNOPSIS # Import test functions use Test::Number::Delta; # Equality test with default tolerance delta_ok( 1e-5, 2e-5, values within 1e-6); # Inequality test with default tolerance...


Platforms: *nix

License: Freeware Size: 18.43 KB Download (103): Test::Number::Delta Download

Added: April 05, 2010 | Visits: 946

Test::Deep Test::Deep is a Perl module for extremely flexible deep comparison. SYNOPSIS use Test::More tests => $Num_Tests; use Test::Deep; cmp_deeply( $actual_horrible_nested_data_structure, $expected_horrible_nested_data_structure, "got the right horrible nested data structure" ); cmp_deeply(...


Platforms: *nix

License: Freeware Size: 30.72 KB Download (103): Test::Deep Download

Added: July 05, 2010 | Visits: 835

Test::MultiFork Test::MultiFork is a test suite that has support for multi-process programs. SYNOPSIS use Test::MultiFork; ($name, $letter, $number) = procname([new name]) lockcommon() @oldvalues = getcommon() setcommon(@newvalues) unlockcommon() use Test::MultiFork qw(groupwait setgroup dofork...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (96): Test::MultiFork Download

Added: October 14, 2010 | Visits: 901

Test::XML::XPath Test::XML::XPath is a Perl module to test XPath assertions. SYNOPSIS use Test::XML::XPath tests => 3; like_xpath( , /foo ); # PASS like_xpath( , /bar ); # FAIL unlike_xpath( , /bar ); # PASS is_xpath( bar , /foo, bar ); # PASS is_xpath( bar , /bar, foo ); # FAIL # More...


Platforms: *nix

License: Freeware Size: 9.22 KB Download (89): Test::XML::XPath Download

Added: July 10, 2010 | Visits: 1.125

P-UMLaut The P-UMLaut tool allows the user to transform UML 2.0 Sequence Diagrams to semantically equivalent Petri Nets. These Petri Nets may then be simulated using the supplied PN simulator (of PEP descent) or operated on with any tool that can work with high level Petri Nets. By plugging different...


Platforms: *nix

License: Freeware Size: 15.9 MB Download (98): P-UMLaut Download

Added: April 26, 2010 | Visits: 869

Test::LectroTest::Property Test::LectroTest::Property is a Perl module with properties that make testable claims about your software. SYNOPSIS use MyModule; # provides my_function_to_test use Test::LectroTest::Generator qw( :common ); use Test::LectroTest::Property qw( Test ); use Test::LectroTest::TestRunner; my...


Platforms: *nix

License: Freeware Size: 54.27 KB Download (87): Test::LectroTest::Property Download

Added: November 15, 2010 | Visits: 887

Test::Struct Test::Struct is a Perl extension for testing for structural equivelence. SYNOPSIS use Test::Struct; deep_eq($hairy_struct,$expected,Hairy structural test); is($x,$y); # and everything else Test::More has to offer! Test::Struct is used for doing deep structural comparisons of two objects....


Platforms: *nix

License: Freeware Size: 5.12 KB Download (95): Test::Struct Download

Released: October 04, 2012  |  Added: October 04, 2012 | Visits: 749

Mystery P.I.: The London Caper for Mac OS Travel to London, England in the first European episode of the hit Mystery P.I. series! You're the world famous Mystery P.I. and you've been hired by the Royal Family to track down the stolen Crown Jewels. The catch is you have only 17 hours before the ransom is due or the jewels could be lost...


Platforms: Mac

License: Freeware Size: 43.2 MB Download (479): Mystery P.I.: The London Caper for Mac OS Download

Released: August 07, 2012  |  Added: August 07, 2012 | Visits: 960

SigmaXL These are some of the SigmaXL features: Data Manipulation: ' Subset by Category, Number, Date or Random ' Stack Subgroups Across Rows ' Random Number Generator Templates & Calculators: ' DMAIC & DFSS Templates ' Lean Templates ' Probability Distribution Calculators ' MSA Templates ' Process...


Platforms: Windows

License: Shareware Cost: $249.00 USD Size: 48.77 MB Download (62): SigmaXL Download

Released: August 06, 2012  |  Added: August 06, 2012 | Visits: 769

Throughput Test Throughput Test will provide users with a utility that will help you test the performance of your wireless or wired network. This utility continuously sends TCP and UDP data streams across your network and computes important metrics, such as upstream and downstream throughput values, packet...


Platforms: Windows, 2003, Windows Vista, XPX64, 2008, 7, 7x64, 2008x64, 2008R2

License: Freeware Download (76): Throughput Test Download

Released: October 23, 2012  |  Added: October 23, 2012 | Visits: 689

Java Test Object Recorder Java Test Object Recorder, JTOR, for short, is an application that is able to record the state or behavior of live Java objects for playback during unit testing. The Java Test Object Recorder project provides three "object recorders" to record live object trees or behavior for playback during...


Platforms: Windows

License: Freeware Download (46): Java Test Object Recorder Download

Released: December 04, 2012  |  Added: December 04, 2012 | Visits: 900

Strobe Sync Loudspeaker Test Software This program is a loudspeaker test software to help analyse defects and investigate functionality with the help of a synchronised LED stroboscope. This program generates synchronised signals that drive the speaker and an LED light stroboscope which enables you to see the speaker movements in...


Platforms: Windows

License: Freeware Size: 880.64 KB Download (838): Strobe Sync Loudspeaker Test Software Download

< 1 2 3 4 5 >