Removing abnormal data from Arduino – Wright and Grubbs criteria

Directory Wright criterion Introduction Grubbs criterion Introduction Arduino code implementation References Wright Criterion Introduction Wright’s criterion is a method for identifying outliers under normal distribution. The specific contents are as follows: Suppose that in a series of equal-precision measurement results, the i i i measured values x i x_i The residual corresponding to xi? v […]

Performance testing – understanding jmeter (performance testing process && performance testing passing criteria)

Performance testing uses automated testing tools to simulate a variety of normal, peak, and abnormal load conditions to test various performance indicators of the system. 1 Performance Testing Skill Tree Performance testing is a comprehensive work dedicated to exposing performance problems and evaluating system performance trends. Performance testing essentially uses tools to simulate a large […]

Performance testing – understanding jmeter (performance testing process && performance testing passing criteria)

? Performance testing uses automated testing tools to simulate a variety of normal, peak, and abnormal load conditions to test various performance indicators of the system. 1 Performance Testing Skill Tree Performance testing is a comprehensive work dedicated to exposing performance problems and evaluating system performance trends. Performance testing essentially uses tools to simulate a […]

[C++] Function overloading ① (Concept of function overloading | Judgment criteria for function overloading – number of parameters/type/sequence | The return value is not a criterion for function overloading)

Article directory 1. Function overloading 1. The concept of function overloading 2. Function overloading judgment criteria 2. Code examples 1. Code example – function overloading 2. Code example – the return value is not a function overloading criterion Blog Summary: Overloaded functions: Use the same function name, define different function parameter lists; Judgment criteria: Only […]