Lines Matching refs:theta

8   std::vector<double> theta;  in TEST()  local
9 theta.push_back(1.0); in TEST()
10 theta.push_back(2.0); in TEST()
11 stan::io::deserializer<double> deserializer(theta, theta_i); in TEST()
21 std::vector<double> theta; in TEST() local
22 theta.push_back(1.0); in TEST()
23 theta.push_back(2.0); in TEST()
24 theta.push_back(3.0); in TEST()
25 theta.push_back(4.0); in TEST()
26 stan::io::deserializer<double> deserializer(theta, theta_i); in TEST()
38 Eigen::VectorXd theta(2); in TEST() local
39 theta[0] = 1.0; in TEST()
40 theta[1] = 2.0; in TEST()
42 stan::io::deserializer<double> deserializer(theta, theta_i); in TEST()
56 std::vector<double> theta; in TEST() local
58 theta.push_back(static_cast<double>(i)); in TEST()
59 stan::io::deserializer<double> deserializer(theta, theta_i); in TEST()
80 std::vector<double> theta; in TEST() local
82 theta.push_back(static_cast<double>(i)); in TEST()
83 stan::io::deserializer<double> deserializer(theta, theta_i); in TEST()
109 std::vector<double> theta; in TEST() local
111 theta.push_back(static_cast<double>(i)); in TEST()
112 stan::io::deserializer<double> deserializer(theta, theta_i); in TEST()
133 std::vector<double> theta; in TEST() local
135 theta.push_back(static_cast<double>(i)); in TEST()
136 stan::io::deserializer<double> deserializer(theta, theta_i); in TEST()
163 std::vector<double> theta; in TEST() local
165 theta.push_back(static_cast<double>(i)); in TEST()
166 stan::io::deserializer<double> deserializer(theta, theta_i); in TEST()
188 std::vector<double> theta; in TEST() local
190 theta.push_back(static_cast<double>(i)); in TEST()
191 stan::io::deserializer<double> deserializer(theta, theta_i); in TEST()
214 std::vector<double> theta; in TEST() local
216 theta.push_back(static_cast<double>(i)); in TEST()
217 stan::io::deserializer<double> deserializer(theta, theta_i); in TEST()
235 std::vector<double> theta; in TEST() local
237 theta.push_back(static_cast<double>(i)); in TEST()
238 stan::io::deserializer<double> deserializer(theta, theta_i); in TEST()
260 std::vector<double> theta; in TEST() local
262 theta.push_back(static_cast<double>(i)); in TEST()
263 stan::io::deserializer<double> deserializer(theta, theta_i); in TEST()
284 std::vector<double> theta; in TEST() local
285 theta.push_back(1.0); in TEST()
286 stan::io::deserializer<double> deserializer(theta, theta_i); in TEST()
303 std::vector<double> theta; in TEST() local
304 theta.push_back(1.0); in TEST()
305 theta.push_back(2.0); in TEST()
308 stan::io::deserializer<double> deserializer(theta, theta_i); in TEST()
328 std::vector<double> theta(1); in TEST() local
329 stan::io::deserializer<double> deserializer(theta, theta_i); in TEST()
334 std::vector<double> theta(2); in TEST() local
335 stan::io::deserializer<double> deserializer(theta, theta_i); in TEST()
340 std::vector<double> theta(1); in TEST() local
341 stan::io::deserializer<double> deserializer(theta, theta_i); in TEST()
346 std::vector<double> theta(3); in TEST() local
347 stan::io::deserializer<double> deserializer(theta, theta_i); in TEST()
355 std::vector<double> theta(5); in TEST() local
356 stan::io::deserializer<double> deserializer(theta, theta_i); in TEST()
362 std::vector<double> theta(1); in TEST() local
363 stan::io::deserializer<double> deserializer(theta, theta_i); in TEST()
368 std::vector<double> theta(3); in TEST() local
369 stan::io::deserializer<double> deserializer(theta, theta_i); in TEST()
377 std::vector<double> theta(5); in TEST() local
378 stan::io::deserializer<double> deserializer(theta, theta_i); in TEST()
384 std::vector<double> theta(3); in TEST() local
385 stan::io::deserializer<double> deserializer(theta, theta_i); in TEST()
390 std::vector<double> theta(7); in TEST() local
391 stan::io::deserializer<double> deserializer(theta, theta_i); in TEST()
399 std::vector<double> theta(11); in TEST() local
400 stan::io::deserializer<double> deserializer(theta, theta_i); in TEST()
410 std::vector<double> theta; in TEST() local
411 theta.push_back(-2.0); in TEST()
412 theta.push_back(3.0); in TEST()
413 theta.push_back(-1.0); in TEST()
414 theta.push_back(0.0); in TEST()
415 stan::io::deserializer<double> deserializer(theta, theta_i); in TEST()
429 std::vector<double> theta; in TEST() local
430 theta.push_back(-2.0); in TEST()
431 theta.push_back(3.0); in TEST()
432 theta.push_back(-1.0); in TEST()
433 theta.push_back(0.0); in TEST()
434 stan::io::deserializer<double> deserializer(theta, theta_i); in TEST()
451 std::vector<double> theta; in TEST() local
452 theta.push_back(-2.0); in TEST()
453 theta.push_back(3.0); in TEST()
454 theta.push_back(-1.0); in TEST()
455 theta.push_back(0.0); in TEST()
456 stan::io::deserializer<double> deserializer(theta, theta_i); in TEST()
469 std::vector<double> theta; in TEST() local
470 theta.push_back(-2.0); in TEST()
471 theta.push_back(3.0); in TEST()
472 theta.push_back(-1.0); in TEST()
473 theta.push_back(0.0); in TEST()
474 stan::io::deserializer<double> deserializer(theta, theta_i); in TEST()
496 std::vector<double> theta; in TEST() local
497 theta.push_back(-2.0); in TEST()
498 theta.push_back(3.0); in TEST()
499 theta.push_back(-1.0); in TEST()
500 theta.push_back(0.0); in TEST()
501 stan::io::deserializer<double> deserializer(theta, theta_i); in TEST()
517 std::vector<double> theta; in TEST() local
518 theta.push_back(-2.0); in TEST()
519 theta.push_back(3.0); in TEST()
520 theta.push_back(-1.0); in TEST()
521 theta.push_back(0.0); in TEST()
522 stan::io::deserializer<double> deserializer(theta, theta_i); in TEST()
547 std::vector<double> theta; in TEST() local
548 theta.push_back(-2.0); in TEST()
549 theta.push_back(3.0); in TEST()
550 theta.push_back(-1.0); in TEST()
551 theta.push_back(0.0); in TEST()
552 stan::io::deserializer<double> deserializer(theta, theta_i); in TEST()
570 std::vector<double> theta; in TEST() local
571 theta.push_back(-2.0); in TEST()
572 theta.push_back(3.0); in TEST()
573 theta.push_back(-1.0); in TEST()
574 theta.push_back(0.0); in TEST()
575 stan::io::deserializer<double> deserializer(theta, theta_i); in TEST()
597 std::vector<double> theta; in TEST() local
598 theta.push_back(3.0); in TEST()
599 theta.push_back(-1.0); in TEST()
600 theta.push_back(-2.0); in TEST()
601 theta.push_back(0.0); in TEST()
602 stan::io::deserializer<double> deserializer(theta, theta_i); in TEST()
605 = stan::math::unit_vector_constrain(stan::math::to_vector(theta)); in TEST()
615 std::vector<double> theta; in TEST() local
616 theta.push_back(3.0); in TEST()
617 theta.push_back(-1.0); in TEST()
618 theta.push_back(-2.0); in TEST()
619 theta.push_back(0.0); in TEST()
620 stan::io::deserializer<double> deserializer(theta, theta_i); in TEST()
624 = stan::math::unit_vector_constrain(stan::math::to_vector(theta), lp_ref); in TEST()
637 std::vector<double> theta; in TEST() local
638 theta.push_back(3.0); in TEST()
639 theta.push_back(-1.0); in TEST()
640 theta.push_back(-2.0); in TEST()
641 theta.push_back(0.0); in TEST()
642 stan::io::deserializer<double> deserializer(theta, theta_i); in TEST()
645 = stan::math::simplex_constrain(stan::math::to_vector(theta)); in TEST()
648 lp, theta.size() + 1)); in TEST()
656 std::vector<double> theta; in TEST() local
657 theta.push_back(3.0); in TEST()
658 theta.push_back(-1.0); in TEST()
659 theta.push_back(-2.0); in TEST()
660 theta.push_back(0.0); in TEST()
661 stan::io::deserializer<double> deserializer(theta, theta_i); in TEST()
665 = stan::math::simplex_constrain(stan::math::to_vector(theta), lp_ref); in TEST()
668 lp, theta.size() + 1)); in TEST()
679 std::vector<double> theta; in TEST() local
680 theta.push_back(3.0); in TEST()
681 theta.push_back(-1.0); in TEST()
682 theta.push_back(-2.0); in TEST()
683 theta.push_back(0.0); in TEST()
688 stan::io::deserializer<double> deserializer(theta, theta_i); in TEST()
700 std::vector<double> theta; in TEST() local
701 theta.push_back(3.0); in TEST()
702 theta.push_back(-1.0); in TEST()
703 theta.push_back(-2.0); in TEST()
704 theta.push_back(0.0); in TEST()
709 stan::io::deserializer<double> deserializer(theta, theta_i); in TEST()
725 std::vector<double> theta; in TEST() local
726 theta.push_back(3.0); in TEST()
727 theta.push_back(-1.0); in TEST()
728 theta.push_back(-2.0); in TEST()
729 theta.push_back(0.0); in TEST()
734 stan::io::deserializer<double> deserializer(theta, theta_i); in TEST()
747 std::vector<double> theta; in TEST() local
748 theta.push_back(3.0); in TEST()
749 theta.push_back(-1.0); in TEST()
750 theta.push_back(-2.0); in TEST()
751 theta.push_back(0.0); in TEST()
756 stan::io::deserializer<double> deserializer(theta, theta_i); in TEST()
773 std::vector<double> theta; in TEST() local
775 theta.push_back(-static_cast<double>(i)); in TEST()
776 stan::io::deserializer<double> deserializer(theta, theta_i); in TEST()
779 stan::math::to_vector(theta).segment(0, 6), 3, 3); in TEST()
792 std::vector<double> theta; in TEST() local
794 theta.push_back(-static_cast<double>(i)); in TEST()
795 stan::io::deserializer<double> deserializer(theta, theta_i); in TEST()
799 stan::math::to_vector(theta).segment(0, 6), 3, 3, lp_ref); in TEST()
813 std::vector<double> theta; in TEST() local
815 theta.push_back(-static_cast<double>(i)); in TEST()
816 stan::io::deserializer<double> deserializer(theta, theta_i); in TEST()
819 stan::math::to_vector(theta).segment(0, 5), 3, 2); in TEST()
832 std::vector<double> theta; in TEST() local
834 theta.push_back(-static_cast<double>(i)); in TEST()
835 stan::io::deserializer<double> deserializer(theta, theta_i); in TEST()
839 stan::math::to_vector(theta).segment(0, 5), 3, 2, lp_ref); in TEST()
855 std::vector<double> theta; in TEST() local
857 theta.push_back(-static_cast<double>(i)); in TEST()
858 stan::io::deserializer<double> deserializer(theta, theta_i); in TEST()
861 stan::math::to_vector(theta).segment(0, 3), 3); in TEST()
876 std::vector<double> theta; in TEST() local
878 theta.push_back(-static_cast<double>(i)); in TEST()
879 stan::io::deserializer<double> deserializer(theta, theta_i); in TEST()
883 stan::math::to_vector(theta).segment(0, 3), 3, lp_ref); in TEST()
901 std::vector<double> theta; in TEST() local
903 theta.push_back(-static_cast<double>(i)); in TEST()
904 stan::io::deserializer<double> deserializer(theta, theta_i); in TEST()
907 stan::math::to_vector(theta).segment(0, 6), 3); in TEST()
919 std::vector<double> theta; in TEST() local
921 theta.push_back(-static_cast<double>(i)); in TEST()
922 stan::io::deserializer<double> deserializer(theta, theta_i); in TEST()
926 stan::math::to_vector(theta).segment(0, 6), 3, lp_ref); in TEST()
941 std::vector<double> theta; in TEST() local
943 theta.push_back(-static_cast<double>(i)); in TEST()
944 stan::io::deserializer<double> deserializer(theta, theta_i); in TEST()
947 stan::math::to_vector(theta).segment(0, 3), 3); in TEST()
959 std::vector<double> theta; in TEST() local
961 theta.push_back(-static_cast<double>(i)); in TEST()
962 stan::io::deserializer<double> deserializer(theta, theta_i); in TEST()
966 stan::math::to_vector(theta).segment(0, 3), 3, lp_ref); in TEST()