Computer Science, asked by TAXAK, 9 months ago

What do you understand by function error ?​

Answers

Answered by alimumtazma9
1

Answer:

error-function. Noun. (plural error functions) (mathematics, statistics) A sigmoid function giving the probability that a measurement, under the influence of normally distributed errors with standard deviation, is within a certain distance from the mean value

Explanation:

Answered by TanikaWaddle
1

computer programs must follow strict syntax to compile correctly, any aspects of the code that do not conform to the syntax of the programming language will produce a syntax error

Explanation:

An error describes any issue that arises unexpectedly that cause a computer to not function properly. Computers can encounter either software errors or hardware errors

Since computer programs must follow strict syntax to compile correctly, any aspects of the code that do not conform to the syntax of the programming language will produce a syntax error.

For example, a missing semicolon at the end of a line or an extra bracket at the end of a function may produce a syntax error

#Learn more:

What do you understand by absolute error

https://brainly.in/question/2791072

Similar questions