1001Ferramentas
📉Calculators

One-Tailed Z-Test p-Value

Converts an observed z statistic into the right-tail p-value, 1 − Φ(z), the number you compare against an alpha such as 0.05 in a one-sided test.

p (cauda direita)

One-tailed p-value (z)

The p-value answers one question: if the null hypothesis H₀ were true, how likely would you be to see a statistic at least as extreme as the one you got? For a right-tailed test, p = P(Z ≥ z_obs) = 1 − Φ(z_obs), where Φ is the standard-normal CDF. The two-tailed version is p = 2 · min(p, 1 − p). You will usually see thresholds of α = 0.05 (significant) and α = 0.01 (highly significant). Worked example: z_obs = 2.33 → p = 1 − Φ(2.33) ≈ 0.0099 → reject H₀ at α = 0.05 and α = 0.01.

Applications

It turns up in A/B testing (control vs variant in CRO), in clinical trials weighing whether a treatment works, across scientific research, in ML model validation when you compare accuracy, on the factory floor for quality control, and in economics or finance (Granger causality, anomaly tests).

FAQ

Does p < 0.05 prove the hypothesis? No. The 2016 ASA statement is blunt about this: a p-value on its own does not settle anything. Read it alongside the effect size, a confidence interval, and whether the result replicates. All p < 0.05 tells you is that the data would be unlikely under H₀, not that the alternative is "proven".

What is p-hacking? It is choosing your analysis after the fact until p < 0.05 falls out: running test after test, dropping outliers when it suits you, fishing around for a subgroup that comes back significant. HARKing (Hypothesizing After Results are Known) is the cousin of this. Pre-registering the analysis is what cuts it off.

One-tailed or two-tailed? Reach for one-tailed only if you fixed the direction before any data came in (say, a new drug has to be better, not merely different). When in doubt, go two-tailed, since it is the more conservative call.

Related Tools

🎚️

Tail Ratio

Computes the tail ratio of a return series: the absolute value of the 95th percentile divided by that of the 5th percentile. It compares the size of extreme gains with extreme losses — a tail ratio above one means the right tail (gains) is larger than the left (losses), a desirable asymmetric profile. Below one, extreme losses dominate. It's a quick snapshot of the asymmetry at the ends of the distribution. Enter the list of returns separated by commas.

⬆️

Bolt Load under External Load

Calculate the total tensile force in the bolt when an external load is applied to the joint, F_b = F_i + C·P, from the preload F_i (N), the joint stiffness constant C and the external tensile load P (N). This is one of the most important — and most surprising to the uninitiated — relations of bolted joints: when you apply an external load P trying to 'separate' the parts, the bolt tension does NOT rise from F_i to F_i + P (as intuition suggests), but only to F_i + C·P, where C is typically 0.2-0.4. That is, the bolt only 'feels' a FRACTION of the external load! The reason: most of the external load (1−C)·P merely RELIEVES the compression between the parts (which were compressed by the preload), rather than stretching the bolt more. This is the genius of the preloaded joint — it 'hides' the external load from the bolt. So a well-tightened joint, under a CYCLIC external load (causing fatigue), exposes the bolt to a very small stress variation (proportional to C·ΔP, not ΔP), making it extremely fatigue-resistant. This formula holds while the joint does NOT separate (P below the separation load); above that, the bolt carries the whole load. Enter the preload, stiffness constant and external load.

🌞

Facade Orientation Sun Brazil Calculator

Suggests best main facade orientation in Brazil based on latitude for thermal comfort and natural daylight balance throughout the year.

💠

Ethereum Gwei ETH Wei Converter

Converts between wei, gwei and ETH knowing 1 ETH equals 1e9 gwei and 1e18 wei for smart contract and gas fee calculations.

🔩

Extruder Drag Flow

Calculate the drag flow of a single-screw extruder, Q_d = ½·π²·D²·N·H·sin(φ)·cos(φ), from the barrel diameter D (m), screw speed N (rev/s), metering-zone channel depth H (m) and helix angle φ (degrees). Drag flow is an extruder's main pumping mechanism: the melt is dragged forward by the relative motion between the rotating screw and the fixed barrel, like a screw pushing a nut that cannot turn. This viscous drag is proportional to screw speed and channel geometry, and would be the maximum theoretical flow with no back-pressure. In practice the net flow is the drag flow MINUS the pressure flow (the backflow from die/head resistance). The balance between drag and pressure sets the extruder's operating point on its characteristic curve. Drag flow is the basis of extrusion screw design, the process that makes pipes, profiles, films, sheets, wire and the pellets of nearly all transformed plastic. Enter the diameter, speed, channel depth and helix angle.

🕯️

Cirio de Nazare Date Calculator (Belem, Brazil)

Type any year from 1900 to 2200 and get the exact October date of Brazil's largest Catholic procession, held in Belem do Para on the second Sunday.

The results provided by this tool are for general informational and educational purposes only and do not constitute professional, financial, medical, legal, tax or accounting advice. Always confirm important decisions with a qualified professional and official sources.