This file is indexed.

/usr/share/openturns/validation/Cas4.txt is in openturns-validation 1.5-7build2.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
> restart:
> Digits:=20:
> G:=1/2*(x1-x2)^2+(x1+x2)/sqrt(2)-3:
> with(plots):
> implicitplot(G,x1=-5..5,x2=-5..5);
Warning, the name changecoords has been redefined


> 
> solve(G,x2);
> Pdef:=1-int(int(1/(2*Pi)*exp(-(x1^2+x2^2)/2),x2=-1/2*2^(1/2)+x1-1/2*(2
> 6-8*2^(1/2)*x1)^(1/2)..-1/2*2^(1/2)+x1+1/2*(26-8*2^(1/2)*x1)^(1/2)),x1
> =-infinity..26/(8*sqrt(2)));

     1/2                 1/2    1/2
    2           (26 - 8 2    x1)
  - ---- + x1 + -------------------,
     2                   2

           1/2                 1/2    1/2
          2           (26 - 8 2    x1)
        - ---- + x1 - -------------------
           2                   2


                     1/2
                 13 2
                 -------
                    8
                /                     2       /
               |                    x1    1/2 |
  Pdef := 1 -  |          1/4 exp(- ---) 2    |
               |                     2        \
              /
                -infinity

                     1/2       1/2          1/2    1/2
                    2    x1   2    (26 - 8 2    x1)
        erf(- 1/2 + ------- + ------------------------)
                       2                 4

                        1/2       1/2          1/2    1/2 \
                       2    x1   2    (26 - 8 2    x1)    |   /   1/2
         - erf(- 1/2 + ------- - ------------------------)|  /  Pi
                          2                 4             / /

        dx1

> Pdef_num:=evalf(Pdef);

                  Pdef_num := 0.10456369317559775009

> PHI:=proc(x)
>   int(1/sqrt(2*Pi)*exp(-t^2/2),t=-infinity..x)
> end:
> -fsolve(PHI(x)=Pdef_num,x);

                        1.2559685128742776753

> 
> 1-7.1529e-3/9.81929e-3;

                        0.27154610974927922487

>