If there are two elements (A and B) that are correlated in Python and there are some numbers that A knows and B doesn't know, please tell me how to find numbers that you don't know.

Asked 1 years ago, Updated 1 years ago, 334 views


when there are two elements (A and B) that are correlated in Python. If there are some numbers that A knows but B doesn't know, please tell me how to find them.

python python3 anaconda jupyter-notebook

2022-09-30 21:59

1 Answers

I think there are many ways to ask.
For example, if the correlation is known, it is calculated by the formula.
If the correlation is B=A+1, then A plus 1 will find B.
If the correlation is a black box and both A and B are integers, increment B by 1 from 0 and
A == There is a way to find a correlation calculation (B).


2022-09-30 21:59

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.