E
E
ebroker2019-03-10 01:16:50
Mathematics
ebroker, 2019-03-10 01:16:50

Interpolation of an array of values?

An empty array of 100 elements is given.
Given a second array with values ​​for 170 elements.
It is necessary to transfer the data of the second array to the first by somehow averaging the data.
Tell me what algorithms to google linear interpolation? extrapolation? approximation?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
G
Griboks, 2019-03-10
@Griboks

For each Ai find the average of [Bi;B(i+70)].

V
Vitaliy Orlov, 2016-11-04
@orlov0562

according to the code, it's here:

$form_data = array(
        'fio' => array('Фамилия Имя Отчество', 'text', 300, 1),
        'tel' => array('Телефон', 'phone', 300, 1),
    );

you need to add something like
'captcha' => array('Каптча', 'keystring', 300, 1),

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question