Searched refs:confidenceLevel (Results 1 – 2 of 2) sorted by relevance
| /petsc/src/dm/impls/swarm/tests/ |
| H A D | ex8.c | 74 static PetscErrorCode TestDistribution(DM sw, PetscReal confidenceLevel, AppCtx *user) in TestDistribution() argument 110 …pha < confidenceLevel) PetscCall(PetscPrintf(comm, "The KS test for X rejects the null hypothesis … in TestDistribution() 111 …t for X accepts the null hypothesis at level %.2g (%.2g)\n", (double)confidenceLevel, (double)alph… in TestDistribution() 113 …pha < confidenceLevel) PetscCall(PetscPrintf(comm, "The KS test for V rejects the null hypothesis … in TestDistribution() 114 …t for V accepts the null hypothesis at level %.2g (%.2g)\n", (double)confidenceLevel, (double)alph… in TestDistribution() 116 …ha < confidenceLevel) PetscCall(PetscPrintf(comm, "The KS test for |V| rejects the null hypothesis… in TestDistribution() 117 …for |V| accepts the null hypothesis at level %.2g (%.2g)\n", (double)confidenceLevel, (double)alph… in TestDistribution()
|
| /petsc/src/dm/dt/tests/ |
| H A D | ex14.c | 49 PetscReal alpha, confidenceLevel = 0.05; in TestSampling() local 70 …confidenceLevel, PETSC_COMM_SELF, PETSC_ERR_ARG_WRONG, "KS finds sampling does not match the distr… in TestSampling()
|